Skip to content
Snippets Groups Projects
Commit 00bb31c5 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

beautify

parent f347b525
No related branches found
No related tags found
No related merge requests found
......@@ -37,16 +37,10 @@ export default {
name: "Menu",
computed: {
toggleSearchToolbar: {
get () {
return this.$store.state.showSearchToolbar
},
set (value) {
this.$store.commit("toggleSearchToolbar")
get () { return this.$store.state.showSearchToolbar},
set () { this.$store.commit("toggleSearchToolbar")
}
}
}
}
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment