my-component.js export default { data() { return { count: 0 } }, template: `<div>count is {{ count }}</div>` }. 如果直接在浏览器中打开了上面的 index.html ...
確定! 回上一頁