Web Vue Thinksns Admin spa
目录结构
router
vuex
store 模式
state,getter,mutation,action,module.
vuex-router-sync
把 store 里的 state 按 module 组织后,再对应到响应的 router–>组件
这个组件是为了,在 store 里方便的取 router.
this.$store.state.route;
store 模式
state,getter,mutation,action,module.
把 store 里的 state 按 module 组织后,再对应到响应的 router–>组件
这个组件是为了,在 store 里方便的取 router.
this.$store.state.route;