Skip to content

Commit

Permalink
fix: 🐛 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshunnn committed Oct 1, 2024
1 parent d0d3354 commit 058b05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/vue2-template-compiler-part3-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ else if (el.if && !el.ifProcessed) {
}
```

此时,`el` 是改节点的 `AST`,如下:
此时,`el` 是当前节点的 `AST`,如下:

```json
{
Expand Down

0 comments on commit 058b05a

Please sign in to comment.