Skip to content

Commit

Permalink
docs: fix $el type in documentation to 'any'
Browse files Browse the repository at this point in the history
  • Loading branch information
dariasavinova committed Jan 6, 2025
1 parent 48e2de2 commit 7038f45
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 7038f45

Please sign in to comment.