修复导航栏默认为打开的状态
This commit is contained in:
parent
558510dfb4
commit
9e163d8177
@ -30,7 +30,7 @@ const littleWidget: Widget[] = [
|
|||||||
const logoUrl = getAssetURL("logo-c.png")
|
const logoUrl = getAssetURL("logo-c.png")
|
||||||
const logoType: string = "logo";
|
const logoType: string = "logo";
|
||||||
const showLogo = computed(() => logoType === 'text')
|
const showLogo = computed(() => logoType === 'text')
|
||||||
const isExpended = ref<boolean>(true)
|
const isExpended = ref<boolean>(false)
|
||||||
|
|
||||||
const entry = [
|
const entry = [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user