From d85bf733e66a025acf5f0fa5a6b65a45a1904dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1nos=20Rusiczki?= Date: Fri, 5 Jun 2020 11:55:23 +0300 Subject: [PATCH] Link on findComponent --- docs/api/wrapper/find.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.