refactor:优化部分警告

This commit is contained in:
秋帆
2024-06-02 16:06:32 +08:00
parent 0f3d927f98
commit 4186201837
4 changed files with 10 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
<script setup lang="ts">
import { useAppStore, useTabsStore } from '@/stores'
defineOptions({ name: 'Main' })
defineOptions({ name: 'LayoutMain' })
const appStore = useAppStore()
const tabsStore = useTabsStore()
</script>