模板编译原理// Vue实例化 new Vue({ el: '#app', data() { return { a: 111, } }, // render(h) { // return h('div',{id:'a'},'hello') // }, // template:`<div id="a">hello</div>` }) 罗天旭Vue模板编译大约 6 分钟