Skip to content

Commit

Permalink
Fix formate
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Feb 29, 2024
1 parent 8aecc4d commit 9651c5c
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 @@ -73,7 +73,7 @@ export default {
computed: {
...mapState({
showNavbar: state => state.showNavbar,
siteConfig: state => state.siteConfig,
siteConfig: state => state.siteConfig
})
},
mounted() {
Expand Down

0 comments on commit 9651c5c

Please sign in to comment.