feat: 🎸 layout三种布局重构完成

This commit is contained in:
chenkl
2020-12-21 18:21:27 +08:00
parent bd24b92acb
commit 429e42809c
90 changed files with 3945 additions and 4699 deletions

View File

@@ -19,7 +19,7 @@ export default defineComponent({
},
setup(props) {
const show = ref<boolean>(true)
const title = computed(() => appStore.title)
const title = computed(() => appStore.logoTitle)
const layout = computed(() => appStore.layout)
watch(
() => props.collapsed,