🚚 loading 组件我没写 overlay 啊

This commit is contained in:
BTMuli
2023-05-25 20:22:57 +08:00
parent 2fc183bc9b
commit 3edfff7388
12 changed files with 11 additions and 11 deletions

View File

@@ -73,7 +73,7 @@
import { ref, onMounted, reactive, onUpdated } from "vue";
import { useRoute } from "vue-router";
import JsonViewer from "vue-json-viewer";
import TLoading from "../components/overlay/t-loading.vue";
import TLoading from "../components/main/t-loading.vue";
import TSwitchTheme from "../components/main/t-switchTheme.vue";
// tauri
import { appWindow } from "@tauri-apps/api/window";