chore: better comment hovers preview [ci skip] (#1612)

This commit is contained in:
lawvs
2020-07-18 00:24:12 +09:00
committed by GitHub
parent 341b30c961
commit a935998b33
4 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ export const enum SlotFlags {
*/
DYNAMIC = 2,
/**
* <slot/> being forwarded into a child component. Whether the parent needs
* `<slot/>` being forwarded into a child component. Whether the parent needs
* to update the child is dependent on what kind of slots the parent itself
* received. This has to be refined at runtime, when the child's vnode
* is being created (in `normalizeChildren`)