We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185a5f3 commit d6b50e8Copy full SHA for d6b50e8
src/api/component-instance.md
@@ -42,7 +42,7 @@ The root DOM node that the component instance is managing.
42
43
```ts
44
interface ComponentPublicInstance {
45
- $el: Node | undefined
+ $el: any
46
}
47
```
48
0 commit comments