[web-src] Update to Vue CLI 4 and fix linter issues

This commit is contained in:
chme
2020-04-11 19:43:53 +02:00
parent 72f93eb97f
commit 52d37b883c
55 changed files with 4457 additions and 2055 deletions

View File

@@ -50,7 +50,7 @@ export default {
this.$router.beforeEach((to, from, next) => {
if (to.meta.show_progress) {
if (to.meta.progress !== undefined) {
let meta = to.meta.progress
const meta = to.meta.progress
this.$Progress.parseMeta(meta)
}
this.$Progress.start()