Skip to content

Commit

Permalink
Update vnode.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 7, 2023
1 parent 60d3c1a commit 3099c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/vnode.d.ts
Expand Up @@ -88,7 +88,7 @@ export interface VNodeData {
staticClass?: string
class?: any
staticStyle?: { [key: string]: any }
style?: StyleValue;
style?: StyleValue
props?: { [key: string]: any }
attrs?: { [key: string]: any }
domProps?: { [key: string]: any }
Expand Down

0 comments on commit 3099c87

Please sign in to comment.