diff --git a/docs/api/wrapper/find.md b/docs/api/wrapper/find.md index a6711c370..bdb1124b4 100644 --- a/docs/api/wrapper/find.md +++ b/docs/api/wrapper/find.md @@ -1,7 +1,7 @@ ## find ::: warning Deprecation warning -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. ::: Returns `Wrapper` of first DOM node or Vue component matching selector.