startCreate(); console.log(`Edit Complete: ${JSON.stringify(this.product)}`); }, cancel() { this.product = {}; this.editing = false; } ...
確定! 回上一頁