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 488e2bc commit 24168bbCopy full SHA for 24168bb
packages/runtime-core/src/vnode.ts
@@ -158,8 +158,8 @@ let currentBlock: VNode[] | null = null
158
* return (openBlock(),createBlock('div', null, [...]))
159
* }
160
* ```
161
- * disableTracking is true when creating a fragment block, since a fragment
162
- * always diffs its children.
+ * disableTracking is true when creating a v-for fragment block, since a v-for
+ * fragment always diffs its children.
163
*
164
* @internal
165
*/
0 commit comments