Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoubichuan committed Dec 25, 2023
1 parent 6405bd6 commit 12df6d9
Show file tree
Hide file tree
Showing 10 changed files with 2,029 additions and 847 deletions.
2 changes: 1 addition & 1 deletion src/base/engine/13.deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ git checkout dev
```sh
git revert HEAD //撤销倒数第一次提交
git revert HEAD^ //撤销倒数第二次提交
git-revert HEAD~2 //撤销倒数第三次提交
git revert HEAD~2 //撤销倒数第三次提交
git revert commit //(比如:fa042ce57ebbe5bb9c8db709f719cec2c58ee7ff)撤销指定的版本,撤销也会作为一次提交进
```

Expand Down
2 changes: 1 addition & 1 deletion src/source/vue2.x/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ meta:
# Vue2.x 源码概览

::: tip 前言
简单介绍 vue 内部运行原理,模板代码与 options 代码是如何关联起来的
简单介绍 vue(v2.7.14) 内部运行原理,模板代码与 options 代码是如何关联起来的
:::

- 代码流程结构示意图
Expand Down
Loading

0 comments on commit 12df6d9

Please sign in to comment.