Explorar o código

vue3 不需要import defineProps

Cyrus Zhou hai 1 ano
pai
achega
3407ec2dc6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Web/src/components/multiLangInput/index.vue

+ 1 - 1
Web/src/components/multiLangInput/index.vue

@@ -31,7 +31,7 @@
 </template>
 
 <script setup lang="ts">
-import { ref, computed, defineProps, onMounted } from 'vue';
+import { ref, computed, onMounted } from 'vue';
 import { useLangStore } from '/@/stores/useLangStore';
 import { Local } from '/@/utils/storage';
 import { getAPI } from '/@/utils/axios-utils';