new Vue({ computed: { computedData: { get: function () { return // ... }, set: ... js: computed-basic new Vue({ el: '#computed-basic', ...
確定! 回上一頁