子元件 Vue.component('button-counter', { data: function () { return { count: 0 }; }, methods: { getOne: function () { this.count++; ...
確定! 回上一頁