mport VuexAlong from 'vuex-along'import
自动同步Session
VuexPersistedstate from 'vuex-persistedstate'
不自动同步 session
computed:{ listener(){ return this.$store.state.menu.selectedKeys; }},watch:{ listener:function (v) { this.selectedKeys = this.$store.getters.selectedKeys; }},
网友评论