diff --git a/src/layout/AppConfig.vue b/src/layout/AppConfig.vue index 203d05b..6e0c8d1 100644 --- a/src/layout/AppConfig.vue +++ b/src/layout/AppConfig.vue @@ -2,6 +2,12 @@ import { ref } from 'vue'; import { useLayoutService } from '@/layout/composables/layoutService'; +defineProps({ + simple: { + type: Boolean, + default: false + } +}); const scales = ref([12, 13, 14, 15, 16]); const visible = ref(false); @@ -52,7 +58,7 @@ const applyScale = () => { - + Menu Type @@ -67,7 +73,7 @@ const applyScale = () => { - + Input Style diff --git a/src/views/pages/Landing.vue b/src/views/pages/Landing.vue index b92edbb..3a7900b 100644 --- a/src/views/pages/Landing.vue +++ b/src/views/pages/Landing.vue @@ -404,7 +404,7 @@ const logoUrl = () => { - +