new Vue({ render: h => h(App), }).$mount('#app')
但是我百度了其他人的main.js里面是:
这种的我能看懂
请问我第一种怎么看懂!
这个是vue的另外一种写法,实际功能是一样的