Skip to content

Commit 7361618

Browse files
committed
Signal where imported methods are coming from
1 parent 9d49211 commit 7361618

File tree

5 files changed

+231
-75
lines changed

5 files changed

+231
-75
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Get started with the [documentation](https://next.vue-test-utils.vuejs.org/).
1111

1212
## Coming from Vue 2 + Vue Test Utils?
1313

14-
We are working on [some documentation to help people migrate](https://vue-test-utils.vuejs.org/v2/guide/migration.html).
14+
We plan on work on [some documentation to help people migrate](https://next.vue-test-utils.vuejs.org/migration/).
1515

1616
At this point you will have better luck trying this out with a brand new Vue 3 app, as opposed to upgrading an existing Vue 2 app. Feedback and bug reports are welcome!
1717

docs/.vitepress/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
/** @type {UserConfig} */
44
const config = {
5-
// base: '/v2/',
65
title: 'Vue Test Utils for Vue 3',
76
description: 'The documentation for the official Vue Test Utils',
87
locales: {

0 commit comments

Comments
 (0)