💩 临时用 TJson 组件代替 vue-json-viewer

This commit is contained in:
BTMuli
2024-01-09 22:36:37 +08:00
parent 03772b22ee
commit 18501910cc
5 changed files with 41 additions and 9 deletions

View File

@@ -91,7 +91,7 @@
<script lang="ts" setup>
import { app } from "@tauri-apps/api";
import { appWindow } from "@tauri-apps/api/window";
import { nextTick, onMounted, onUnmounted, ref, watch } from "vue";
import { nextTick, onBeforeMount, onMounted, onUnmounted, ref, watch } from "vue";
import { useRoute } from "vue-router";
import TSwitchTheme from "../components/app/t-switchTheme.vue";