摘要: Vue 的模板编译是在 $mount 的过程中进行的,在 $mount 的时候执行了 compile 方法来将 template 里的内容转换成真正的 HTML 代码。 complie 最终生成 render 函数字符串,等待调用。这个方法分为三步: parse 函数解析 template opti 阅读全文
posted @ 2019-03-19 15:57 cecelia 阅读(1432) 评论(0) 推荐(0) 编辑
摘要: 参考:https://segmentfault.com/a/1190000008010666?utm_source=tag-newest https://segmentfault.com/a/1190000011381906?utm_source=tag-newest https://segment 阅读全文
posted @ 2019-03-19 09:58 cecelia 阅读(590) 评论(0) 推荐(0) 编辑