diff --git a/frontend/vue.config.js b/frontend/vue.config.js index d81bee9e5..9f3d486c0 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -6,7 +6,7 @@ function resolveSrc(_path) { } let vue_path = process.env.VUE_PATH -if( vue_path == undefined ) { +if (vue_path == undefined) { vue_path = '' }