Explorar el Código

vue3 不需要import defineProps

Cyrus Zhou hace 1 año
padre
commit
3407ec2dc6
Se han modificado 1 ficheros con 1 adiciones y 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';