Skip to content

Commit

Permalink
docs: fix $el type in documentation to 'any' (vuejs#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariasavinova authored and szymonlicau committed Jan 21, 2025
1 parent d5f7ede commit b14461d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/component-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The root DOM node that the component instance is managing.

```ts
interface ComponentPublicInstance {
$el: Node | undefined
$el: any
}
```

Expand Down

0 comments on commit b14461d

Please sign in to comment.