tangjunhao 2 mesi fa
parent
commit
7937e53df6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/file/index.vue

+ 1 - 1
src/views/file/index.vue

@@ -26,7 +26,7 @@
 <script setup>
 import { RouterView, RouterLink,useRouter } from "vue-router"
 import { useI18n } from 'vue-i18n'
-import { useProjectStore } from "@/stores/projectStore"
+import { useProjectStore } from "@/store/project"
 
 
 import tempic from "@/assets/img/temp.png"