This commit is contained in:
2023-03-13 19:43:55 +08:00
parent 341f0a0a2f
commit b3ec4ef63e

View File

@@ -83,7 +83,7 @@ const options: MenuOption[] = [
},
]
const active = computed(() => (route.name as string) || "")
const active = computed(() => (route.name as string) || "home")
</script>
<template>