actions.js 172 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import * as types from './mutations_types'; module.exports = { set_cur_route: ({ commit }, paths) => { commit(types.SET_CUR_ROUTE, paths); } };