⬆️ 升级依赖,修复终端报错

This commit is contained in:
BTMuli
2024-01-09 22:52:53 +08:00
parent 18501910cc
commit 17a5e968ee
7 changed files with 204 additions and 215 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, onBeforeMount, onMounted, onUnmounted, ref, watch } from "vue";
import { nextTick, onMounted, onUnmounted, ref, watch } from "vue";
import { useRoute } from "vue-router";
import TSwitchTheme from "../components/app/t-switchTheme.vue";