🚨 修复 qodana 报错

This commit is contained in:
BTMuli
2023-12-31 23:42:15 +08:00
parent 4a48d490a8
commit 508d119a81

View File

@@ -91,7 +91,7 @@
<script lang="ts" setup>
import { app } from "@tauri-apps/api";
import { appWindow } from "@tauri-apps/api/window";
import { computed, nextTick, 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";