Skip to content

Commit

Permalink
fix: update example in guide/extras/rendering-mechanism (#2887)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pduhard authored Jun 18, 2024
1 parent 853eff6 commit a7d0726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/extras/rendering-mechanism.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ When this component needs to re-render, it only needs to traverse the flattened
<div>
<div v-if> <!-- if block -->
...
<div>
</div>
</div>
</div>
```
Expand Down

0 comments on commit a7d0726

Please sign in to comment.