美文网首页
vue编译模板

vue编译模板

作者: SkyBlue丶ly | 来源:发表于2020-05-31 17:19 被阅读0次

一,with语法

with使用

二,编译模板

this._c:createElement;this._v:createTextVNode

    1,模板编译为render函数,执行render函数返回vnode(虚拟节点)

    2,基于vnode在执行patch和diff

    3,使用webpack vue-loader,会在开发环境下编译模板

    4,createElement与vdom中的h函数类似

三,vue组件中可以使用render代替template

相关文章

网友评论

      本文标题:vue编译模板

      本文链接:https://www.haomeiwen.com/subject/fexkzhtx.html