File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ module.exports = {
55
55
items : [
56
56
{
57
57
text : '2.x-beta' ,
58
- link :
59
- 'https://vuejs.github.io/vue-test-utils-next-docs/guide/introduction.html'
58
+ link : 'https://next.vue-test-utils.vuejs.org/guide/'
60
59
}
61
60
]
62
61
} ,
@@ -91,8 +90,7 @@ module.exports = {
91
90
items : [
92
91
{
93
92
text : '2.x-beta' ,
94
- link :
95
- 'https://vuejs.github.io/vue-test-utils-next-docs/guide/introduction.html'
93
+ link : 'https://next.vue-test-utils.vuejs.org/guide/'
96
94
}
97
95
]
98
96
}
@@ -123,8 +121,7 @@ module.exports = {
123
121
items : [
124
122
{
125
123
text : '2.x-beta' ,
126
- link :
127
- 'https://vuejs.github.io/vue-test-utils-next-docs/guide/introduction.html'
124
+ link : 'https://next.vue-test-utils.vuejs.org/guide/'
128
125
}
129
126
]
130
127
}
@@ -155,8 +152,7 @@ module.exports = {
155
152
items : [
156
153
{
157
154
text : '2.x-beta' ,
158
- link :
159
- 'https://vuejs.github.io/vue-test-utils-next-docs/guide/introduction.html'
155
+ link : 'https://next.vue-test-utils.vuejs.org/guide/'
160
156
}
161
157
]
162
158
}
Original file line number Diff line number Diff line change 1
1
# 介绍
2
2
3
3
::: warning
4
- 本文档基于 Vue2.x,新版本文档请移步至[ 这里] ( https://vue-test-utils.vuejs.org/v2/ guide/introduction.html )
4
+ 本文档基于 Vue2.x,新版本文档请移步至[ 这里] ( https://next. vue-test-utils.vuejs.org/guide/ )
5
5
:::
6
6
7
7
Vue Test Utils 是 Vue.js 官方的单元测试实用工具库。
You can’t perform that action at this time.
0 commit comments