fix linting errors

This commit is contained in:
einhornimmond 2021-03-30 16:04:09 +02:00
parent 65fccdd4fa
commit ce4aa2438c

View File

@ -6,7 +6,7 @@ function resolveSrc(_path) {
}
let vue_path = process.env.VUE_PATH
if( vue_path == undefined ) {
if (vue_path == undefined) {
vue_path = ''
}