const Counter = { data() { return { counter: 0 } }, mounted(){ } } Vue.createApp(Counter).mount('#counter')