We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74db937 commit 617979aCopy full SHA for 617979a
1 file changed
learn/blog/v10-deep-dive-vdom-revolution.md
@@ -188,7 +188,8 @@ const createFragment = (vnode) => {
188
parentElement.appendChild(createFragment(vnode));
189
```
190
191
-Enabling this superior rendering engine is as simple as setting a flag in your project's configuration:
+Enabling this superior rendering engine is as simple as setting a flag in your project's configuration
192
+(Default value in v10):
193
194
```json
195
{
0 commit comments