Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cuixiaorui/mini-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Jan 28, 2021
2 parents 208a839 + 01acfac commit 82c812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

当我们需要深入学习 vue3 时,我们就需要看源码来学习,但是像这种工业级别的库,源码中有很多逻辑是用于处理边缘情况或者是兼容处理逻辑,是不利于我们学习的。

我们应该关注于核心逻辑,而这个库的目的就是把 vue3 源码中最核心的逻辑抛离出来,只留下核心逻辑,以供大家学习。
我们应该关注于核心逻辑,而这个库的目的就是把 vue3 源码中最核心的逻辑剥离出来,只留下核心逻辑,以供大家学习。

## How

Expand Down

0 comments on commit 82c812f

Please sign in to comment.