我試圖獲取使用Vue公司+ Vuex + Vue公司resource.On按鈕服務器數據單擊我想打HTTP請求並顯示在列表格式。我試圖像that.Here是我的代碼 https://plnkr.co/edit/EAaEekLtoiGPvxkmAtrt?p=preview // Code goes here
var store = new Vuex.Store({
state: {
如何將數據發送到Vue.js中的組件?我在按鈕點擊事件中得到了服務器的響應,現在我想將此響應發送到組件並使用v-for在list上顯示。 這裏是我的代碼: var store = new Vuex.Store({
state: {
Item: []
},
mutations: {
getItems: function (state) {