chore: improve comments
This commit is contained in:
parent
488e2bcfef
commit
24168bbb33
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user