摘要: 之前两节看了模板生成AST和AST内部转化,这一节看最后的生成代码,编译配置是mode为module,prefixIdentifiers开启,hoistStatic开启,其他配置均不开启,先看示例: 源代码: <div class="app"> <hello v-if="flag"></hello> 阅读全文
posted @ 2022-09-23 14:52 菜菜123521 阅读(137) 评论(0) 推荐(0) 编辑