在线观看不卡亚洲电影_亚洲妓女99综合网_91青青青亚洲娱乐在线观看_日韩无码高清综合久久

鍍金池/ 問答/HTML/ 在vue組件內(nèi) beforeRouteLeave函數(shù)怎么訪問vuex?

在vue組件內(nèi) beforeRouteLeave函數(shù)怎么訪問vuex?

beforeRouteLeave: (to, from, next) => {

        console.log(to);
       // console.log(this.$store.state.goodsSerchData)   提示underfind
        // this.store.commit('changeGoodsTet');提示underfind
        next()
    }
回答
編輯回答
硬扛

在頁面引入store 例如:import store from '../vuex/index'

2018年6月28日 03:04