export const state = () => ({ navigation_guard: true }) export const mutations = { navigationGuards(state, data) { state.navigation_guard = data } }