Runtime-compiler template -> ast(抽象语法树) -> render -> vDOM -> UI Runtime-only (性能更高,代码量更少) render ->vDOM -> UI Runtime-only 模式的代码提交小6KB的原因就在此。