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 = {
5555 items : [
5656 {
5757 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/'
6059 }
6160 ]
6261 } ,
@@ -91,8 +90,7 @@ module.exports = {
9190 items : [
9291 {
9392 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/'
9694 }
9795 ]
9896 }
@@ -123,8 +121,7 @@ module.exports = {
123121 items : [
124122 {
125123 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/'
128125 }
129126 ]
130127 }
@@ -155,8 +152,7 @@ module.exports = {
155152 items : [
156153 {
157154 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/'
160156 }
161157 ]
162158 }
Original file line number Diff line number Diff line change 11# 介绍
22
33::: 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/ )
55:::
66
77Vue Test Utils 是 Vue.js 官方的单元测试实用工具库。
You can’t perform that action at this time.
0 commit comments