Skip to content

Commit

Permalink
close menu by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gllmp committed Jul 1, 2022
1 parent be26533 commit 73494d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default defineComponent({
getItems()
})
const isMenuOpen = ref(true)
const isMenuOpen = ref(false)
function logout () {
persistentToken.removeToken()
Expand Down

0 comments on commit 73494d9

Please sign in to comment.