[Build][Doc]Fix doc build crash (#4748)
Vuepress build failed caused by the latest `vue-router` refer to https://github.com/vuejs/vuepress/issues/2656
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.19.2",
|
||||
"parallax-js": "^3.1.0"
|
||||
"parallax-js": "^3.1.0",
|
||||
"vue-router": "3.4.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user