chore: fix comment typo
This commit is contained in:
parent
01a0fcb876
commit
8f27fefad9
@ -10,7 +10,7 @@ import { normalizeClass, normalizeStyle, handlersRE } from './utils'
|
|||||||
// Vue core is platform agnostic, so we are not using Element for "DOM" nodes.
|
// Vue core is platform agnostic, so we are not using Element for "DOM" nodes.
|
||||||
export interface RenderNode {
|
export interface RenderNode {
|
||||||
vnode?: VNode | null
|
vnode?: VNode | null
|
||||||
// technically this doesn't exist on platforn render nodes,
|
// technically this doesn't exist on platform render nodes,
|
||||||
// but we list it here so that TS can figure out union types
|
// but we list it here so that TS can figure out union types
|
||||||
$f: false
|
$f: false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user