feat(types): deny unknown attributes on component by default (#1614)
close #1519
This commit is contained in:
@@ -50,7 +50,7 @@ type RawProps = VNodeProps & {
|
||||
__v_isVNode?: never
|
||||
// used to differ from Array children
|
||||
[Symbol.iterator]?: never
|
||||
}
|
||||
} & { [key: string]: any }
|
||||
|
||||
type RawChildren =
|
||||
| string
|
||||
|
||||
Reference in New Issue
Block a user