摘要: 初始化流程 new Vue 我们在使用 Vue 的时候,首页就是先 new Vue(...) ;在上一章中通过分析构建流程,我们得出入口文件 src/platforms/web/entry-runtime-with-compiler.js ,通过入口文件,我们一步一步找到 Vue 构造函数定义所在: 阅读全文
posted @ 2024-02-29 14:44 mounter爱学习 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Vue源码解读:手写一个简易版Vue </h1> <div class="clear"></div> <div class="postBody"> <div id="cnblogs_post_body" class="blogpost-body cnblogs-markdown"> MVVM 设计模 阅读全文
posted @ 2024-02-29 10:47 mounter爱学习 阅读(86) 评论(2) 推荐(1) 编辑