change back-end to node js

This commit is contained in:
Amir Mohamadi
2020-11-14 12:37:59 +03:30
parent d23635b165
commit 56b295b75d
220 changed files with 13704 additions and 30781 deletions
+9
View File
@@ -0,0 +1,9 @@
export const state = () => ({
navigation_guard: true
})
export const mutations = {
navigationGuards(state, data) {
state.navigation_guard = data
}
}