修复导航栏默认为打开的状态

This commit is contained in:
Jeffrey Hsu 2024-11-05 14:42:22 +08:00
parent 558510dfb4
commit 9e163d8177

View File

@ -30,7 +30,7 @@ const littleWidget: Widget[] = [
const logoUrl = getAssetURL("logo-c.png")
const logoType: string = "logo";
const showLogo = computed(() => logoType === 'text')
const isExpended = ref<boolean>(true)
const isExpended = ref<boolean>(false)
const entry = [
{