From a079f026dbfe9204beb494e33f2cbf34093bc623 Mon Sep 17 00:00:00 2001 From: HcySunYang Date: Wed, 9 Jan 2019 20:25:14 +0800 Subject: [PATCH] fix: baseUrl --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index 246ca87..1b5f4da 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,5 @@ module.exports = { + baseUrl: '/vuese-explorer/', configureWebpack: { externals: { vue: 'Vue'