fix: 🐛 布局切换问题修复
This commit is contained in:
@@ -20,9 +20,10 @@
|
||||
<script setup lang="ts">
|
||||
import { useSettingsStore, usePermissionStore, useAppStore } from "@/store";
|
||||
|
||||
const appStore = useAppStore();
|
||||
const settingsStore = useSettingsStore();
|
||||
const permissionStore = usePermissionStore();
|
||||
const appStore = useAppStore();
|
||||
const { sidebarLogo } = settingsStore;
|
||||
|
||||
const sidebarLogo = settingsStore.sidebarLogo;
|
||||
const layout = computed(() => settingsStore.layout);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user