Add missing semicolon

This commit is contained in:
Pavle Portic 2019-03-25 01:36:20 +01:00
parent 00b8076806
commit 8133cb58df
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ export default {
},
computed: {
buttonText() {
return this.loading ? 'Loading...' : 'Upload'
return this.loading ? 'Loading...' : 'Upload';
},
},
methods: {