Skip to content

Commit d6b50e8

Browse files
docs: fix $el type in documentation to 'any' (#3139)
1 parent 185a5f3 commit d6b50e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/component-instance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The root DOM node that the component instance is managing.
4242

4343
```ts
4444
interface ComponentPublicInstance {
45-
$el: Node | undefined
45+
$el: any
4646
}
4747
```
4848

0 commit comments

Comments
 (0)