// Options API export default { data() { return { name: 'John', }; }, methods: { doIt() { console.log(`Hello ${this.name}`); ...
確定! 回上一頁