Vue.js 源码剖析-模板编译和组件化模板编译
模板编译的主要目的是将模板(template)转换为渲染函数(render)
<div>
<h1 @click="handler">Title</h1&g
2021-07-16