Ray
Ray
I can't reproduce this issue on my machine, could you please provide a full repro repository?
I already checked that, and indeed the type is incorrect. But I cannot debug on the playground :(
The type is still incorrect after I disabled the Vue extension 🤔
Duplicate of #3301
Ah, I think this issue is more descriptive.
@PurpleTape Maybe we need to fix types in vue core
Honestly you should add some types to props.
Those PRs are trying to address the usage of SFC, not TSX. IMO TSX should report those issues since there is no `onClick` property on `VButton`. Additionally, `defineComponent` is a...
> Well, the Vue behavior is to treat unknown attributes as "fallthrough attributes". The VButton can't know up-front what one might want to pass as a fall-through attribute so it...
#3107 Weird...