題目描述[vuex] unknown action type: getFarmInfo相關(guān)代碼// 請(qǐng)把代碼文本粘貼到下方(請(qǐng)勿用圖片代替代碼)<div class="p-3 text-center"> <img :src="$utils.getImage(farmInfo.org_images, 80)" alt="" class="account-img">
<h5 class="account-name">{{farmInfo.farm_name}}</h5>
<p class="text-muted" v-show="farmInfo.tax_no">
<small>稅務(wù)號(hào):{{farmInfo.tax_no}}</small>
</p>
</div>
computed: {
farmInfo() { return this.$store.getters.farmInfo }
},
created() { this.$store.dispatch('getFarmInfo')
},你期待的結(jié)果是什么?實(shí)際看到的錯(cuò)誤信息又是什么?報(bào)這種錯(cuò)[vuex] unknown action type: getFarmInfo
[vuex] unknown action type: getFarmInfo
一只斗牛犬
2019-01-28 10:05:35