We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b31856 commit a0b40f0Copy full SHA for a0b40f0
docs/api/wrapper/find.md
@@ -1,7 +1,7 @@
1
## find
2
3
::: warning Deprecation warning
4
-Using `find` to search for a Component is deprecated and will be removed. Use `findComponent` instead.
+Using `find` to search for a Component is deprecated and will be removed. Use [`findComponent`](./findComponent.md) instead.
5
:::
6
7
Returns `Wrapper` of first DOM node or Vue component matching selector.
0 commit comments