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