Skip to main content

Vue

the different of start between Vue2 and Vue3

http://localhost:3000
const app = new Vue({
el: '#app',
data: {
name: 'Leedom'
}
})