Skip to content

Commit 7df85b8

Browse files
committed
docs: fix $el type in documentation to 'any'
1 parent 04fc182 commit 7df85b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/component-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

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

0 commit comments

Comments
 (0)