🚚 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

@@ -1,14 +1,14 @@
<!-- eslint-disable vue/no-v-html -->
<template>
<TSwitchTheme />
<TLoading v-model="loading" :empty="loadingEmpty" :title="loadingTitle" />
<TOLoading v-model="loading" :empty="loadingEmpty" :title="loadingTitle" />
<div class="mys-post-body" v-html="postHtml" />
</template>
<script lang="ts" setup>
// vue
import { ref, onMounted } from "vue";
import { useRoute } from "vue-router";
import TLoading from "../components/main/t-loading.vue";
import TOLoading from "../components/overlay/to-loading.vue";
// tauri
import { appWindow } from "@tauri-apps/api/window";
// plugins