mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-03 23:33:44 +08:00
fix(projects): fix SvgIcon inheritAttrs warning
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { computed, useAttrs } from 'vue';
|
||||
import { Icon } from '@iconify/vue';
|
||||
|
||||
defineOptions({ name: 'SvgIcon' });
|
||||
defineOptions({ name: 'SvgIcon', inheritAttrs: false });
|
||||
|
||||
/**
|
||||
* Props
|
||||
|
||||
Reference in New Issue
Block a user