[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

@@ -44,7 +44,7 @@ import webapi from '@/webapi'
export default {
name: 'ModalDialogPlaylist',
props: [ 'show', 'playlist' ],
props: ['show', 'playlist'],
methods: {
play: function () {