🚚 t-loading → to-loading

This commit is contained in:
BTMuli
2023-05-26 14:49:50 +08:00
parent d962d52bd2
commit 4769731d52
7 changed files with 20 additions and 19 deletions

View File

@@ -22,7 +22,7 @@
</v-btn>
</template>
</v-app-bar>
<TLoading v-model="loading" :title="loadingTitle" />
<TOLoading v-model="loading" :title="loadingTitle" />
<div class="wrap">
<!-- 左侧菜单 -->
<div class="left-wrap">
@@ -108,7 +108,7 @@
<script lang="ts" setup>
// vue
import { onMounted, ref, onBeforeMount, computed } from "vue";
import TLoading from "../components/main/t-loading.vue";
import TOLoading from "../components/overlay/to-loading.vue";
// tauri
import { dialog, fs } from "@tauri-apps/api";
// Store