diff --git a/src/components/custom/svg-icon.vue b/src/components/custom/svg-icon.vue index fbf204d38..504763e16 100644 --- a/src/components/custom/svg-icon.vue +++ b/src/components/custom/svg-icon.vue @@ -2,7 +2,7 @@ import { computed, useAttrs } from 'vue'; import { Icon } from '@iconify/vue'; -defineOptions({ name: 'SvgIcon' }); +defineOptions({ name: 'SvgIcon', inheritAttrs: false }); /** * Props