From bbc458d84e6f71c8ce01d8402e454f0023498d3c Mon Sep 17 00:00:00 2001 From: hffariel <527305622@qq.com> Date: Thu, 15 Oct 2020 17:13:53 +0800 Subject: [PATCH] fix doc build Vuepress build failed caused by the latest `vue-router` refer to https://github.com/vuejs/vuepress/issues/2656 --- docs/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 9192d6d7708bf9..9df5017a23ded5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,6 +32,7 @@ }, "dependencies": { "axios": "^0.19.2", - "parallax-js": "^3.1.0" + "parallax-js": "^3.1.0", + "vue-router": "3.4.5" } }