Skip to content

Commit 245ba2a

Browse files
docs(name): Add link to deprecation explanation (#1810)
* Update name.md Add reference to doc to explain to users why `name` is deprecated and what they should do next! * Update name.md Updated to render link
1 parent 290da06 commit 245ba2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/wrapper/name.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## name
22

33
::: warning Deprecation warning
4-
`name` is deprecated and will be removed in future releases.
4+
`name` is deprecated and will be removed in future releases. See [vue-test-utils.vuejs.org/upgrading-to-v1/#name](https://vue-test-utils.vuejs.org/upgrading-to-v1/#name)
55
:::
66

77
Returns component name if `Wrapper` contains a Vue instance, or the tag name of `Wrapper` DOM node if `Wrapper` does not contain a Vue instance.

0 commit comments

Comments
 (0)