Skip to content

Commit

Permalink
docs: update docs/vue/vnode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiufeihong2018 committed Apr 16, 2024
1 parent fcc89e2 commit 50a5798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vue/vnode.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class VNode {
constructor (
tag?: string,
data?: VNodeData,
children?: ?Array<VNode>,
children?: Array<VNode>,
text?: string,
elm?: Node,
context?: Component,
Expand Down

0 comments on commit 50a5798

Please sign in to comment.