Add comments on Vuex store file

This commit is contained in:
2020-10-04 23:52:03 +02:00
parent 13d19906dd
commit 7ca9adb1be
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
export default function({ store, redirect, route }) {
export default function({ store, redirect }) {
if (store.state.search == "") return redirect("/");
}