|
@@ -1,5 +1,5 @@
|
|
|
<script lang="ts">
|
|
<script lang="ts">
|
|
|
-import { h, PropType, computed, toRefs } from 'vue';
|
|
|
|
|
|
|
+import { h, PropType, computed } from 'vue';
|
|
|
import { createComponent } from '@/utils/create';
|
|
import { createComponent } from '@/utils/create';
|
|
|
const { componentName, create } = createComponent('icon');
|
|
const { componentName, create } = createComponent('icon');
|
|
|
|
|
|