You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: docs/api/wrapper/name.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## name
2
2
3
3
::: 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)
5
5
:::
6
6
7
7
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