chore: improve comments

This commit is contained in:
Evan You 2020-05-18 10:20:24 -04:00
parent 488e2bcfef
commit 24168bbb33

View File

@ -158,8 +158,8 @@ let currentBlock: VNode[] | null = null
* return (openBlock(),createBlock('div', null, [...])) * return (openBlock(),createBlock('div', null, [...]))
* } * }
* ``` * ```
* disableTracking is true when creating a fragment block, since a fragment * disableTracking is true when creating a v-for fragment block, since a v-for
* always diffs its children. * fragment always diffs its children.
* *
* @internal * @internal
*/ */