We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fc182 commit 7df85b8Copy full SHA for 7df85b8
src/api/component-instance.md
@@ -42,7 +42,7 @@
42
43
```ts
44
interface ComponentPublicInstance {
45
- $el: Node | undefined
+ $el: any
46
}
47
```
48
0 commit comments