0
点赞
收藏
分享

微信扫一扫

Vue - Runtime Complier vs Runtime-only

高子歌 2022-03-11 阅读 66

Runtime-compiler

template -> ast(抽象语法树) -> render -> vDOM -> UI

Runtime-only (性能更高,代码量更少)

render ->vDOM -> UI

 

Runtime-only 模式的代码提交小6KB的原因就在此。

举报

相关推荐

0 条评论