var data = { items: [], total: 0 }; var cart = new Vue({ el: '#root', data: data, mounted: function () { var ... forEach(function(item){ // your logic });.
確定! 回上一頁