el与data的2种写法

el的2种写法

1.el: '#root',

2. x.$mount('#root')

data的2种写法

你可能感兴趣的:(vue.js,javascript,前端)