Skip to content

Commit 459a1d4

Browse files
Pduhardszymonlicau
authored andcommitted
fix: update example in guide/extras/rendering-mechanism (#2887)
1 parent e62cd2f commit 459a1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/extras/rendering-mechanism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ When this component needs to re-render, it only needs to traverse the flattened
176176
<div>
177177
<div v-if> <!-- if block -->
178178
...
179-
<div>
179+
</div>
180180
</div>
181181
</div>
182182
```

0 commit comments

Comments
 (0)