[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:
hffariel
2020-10-15 20:29:35 +08:00
committed by GitHub
parent 3438a746ac
commit 5909677cb3

View File

@ -32,6 +32,7 @@
},
"dependencies": {
"axios": "^0.19.2",
"parallax-js": "^3.1.0"
"parallax-js": "^3.1.0",
"vue-router": "3.4.5"
}
}