題目描述[vuex] unknown action type: getFarmInfo相關代碼// 請把代碼文本粘貼到下方(請勿用圖片代替代碼)<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>稅務號:{{farmInfo.tax_no}}</small>
</p>
</div>
computed: {
farmInfo() { return this.$store.getters.farmInfo }
},
created() { this.$store.dispatch('getFarmInfo')
},你期待的結果是什么?實際看到的錯誤信息又是什么?報這種錯[vuex] unknown action type: getFarmInfo
[vuex] unknown action type: getFarmInfo
一只斗牛犬
2019-01-28 10:05:35
