Example 1: computed vue // ... computed: { fullName: { // getter get: function () { return this.firstName + ' ' + this.lastName }, // setter set: function ...
確定! 回上一頁