Jelajahi Sumber

fix: SvgIcon 全局注册组件 失效问题

lanceJiang 1 tahun lalu
induk
melakukan
341fb16848
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/components/SvgIcon/index.vue

+ 1 - 1
src/components/SvgIcon/index.vue

@@ -6,7 +6,7 @@
 	</svg>
 </template>
 
-<script setup>
+<script setup name="SvgIcon">
 import { computed } from 'vue'
 
 const props = defineProps({