标签: javascript vuejs2
在我的getter中,我想通过this访问vuejs实例,但它失败了
this
const getters:{ chatbodyval: (state, getters) => { //here access this eg this.$cookie.get(types.LIVE_CHAT_STARTED) //this fails } }
是否可以在vuex