js export default { data() { return { count: 0 } }, template: ` <button ... The template is inlined as a JavaScript string here, which Vue will compile on ...
確定! 回上一頁