Open
Description
Vue version
3
Link to minimal reproduction
Steps to reproduce
this.$el
has the any
type
What is expected?
this.$el
has the Node | undefined
type
What is actually happening?
this.$el
has the any
type
System Info
No response
Any additional comments?
$el is defined at runtime-core/src/componentPublicInstance.ts line 197