Skip to content

Commit

Permalink
fix(Navs): showList改为false
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhankui committed Jan 27, 2023
1 parent 629ff9d commit 505f29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Navs/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const runtimeConfig = useRuntimeConfig()
const { data: NavList } = await useFetch('/api/global/navs')
// button按钮
const list = reactive({
showList: true,
showList: false,
})
const onClick = () => {
list.showList = !list.showList
Expand Down

0 comments on commit 505f29f

Please sign in to comment.