export default { data() { return { count: 0 } }, template: ` <button @click="count++"> ... Now let's add a button to the <BlogPost> component's template:.
確定! 回上一頁