Browse Source

upd: torefs del

richard1015 5 years ago
parent
commit
1830422f25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/icon/index.vue

+ 1 - 1
src/packages/icon/index.vue

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