第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

vue 組件如何調(diào)用 vuex 模塊中的getters

vue 組件如何調(diào)用 vuex 模塊中的getters

湖上湖 2018-08-31 18:14:15
我在car模塊中自己的定義了state, getters,this.$store.state.car.list可以拿到值.但是,this.$store.state.car.carGetter報(bào)錯(cuò),請(qǐng)問.如何在組件中調(diào)用這個(gè)getters,//car.jsstate = {     list: [] } getters = {     carGetter: state => {         return state.list.filter('');     } } new Vuex.Store({     getters: {         test: state => {             return '02';         }      },     modules: { car }     }) // 組件 this.$store.state.car.list // OK this.$store.state.car.carGetter  // undefined this.$store.state.carGetter  // 為什么這么用ok, 難道會(huì)把模塊中的getters注冊(cè)到root ?已解決模塊內(nèi)部的 action、mutation、和 getter 現(xiàn)在仍然注冊(cè)在全局命名空間——這樣保證了多個(gè)模塊能夠響應(yīng)同一 mutation 或 action。
查看完整描述

2 回答

?
慕村225694

TA貢獻(xiàn)1880條經(jīng)驗(yàn) 獲得超4個(gè)贊

樓主,同遇到這種問題,解決了嗎?理解不過來有點(diǎn)

查看完整回答
反對(duì) 回復(fù) 2018-09-09
?
繁花不似錦

TA貢獻(xiàn)1851條經(jīng)驗(yàn) 獲得超4個(gè)贊

組件中建議使用mapGetters

computed:{
    ...mapGetters('carGetter')
},methods:{
    someFunction(){
        console.log(this.carGetter);
    }
}


查看完整回答
反對(duì) 回復(fù) 2018-09-09
  • 2 回答
  • 0 關(guān)注
  • 6072 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)