Skip to content

Commit 617979a

Browse files
committed
#7168 polishing
1 parent 74db937 commit 617979a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

learn/blog/v10-deep-dive-vdom-revolution.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ const createFragment = (vnode) => {
188188
parentElement.appendChild(createFragment(vnode));
189189
```
190190
191-
Enabling this superior rendering engine is as simple as setting a flag in your project's configuration:
191+
Enabling this superior rendering engine is as simple as setting a flag in your project's configuration
192+
(Default value in v10):
192193
193194
```json
194195
{

0 commit comments

Comments
 (0)