Added code linting & cleaned code acording to JavaScript Standard Style

This commit is contained in:
euvl
2017-08-14 14:51:28 +01:00
parent de592d27f4
commit d48e2772a9
8 changed files with 66 additions and 85 deletions

View File

@@ -30,7 +30,7 @@
<script>
export default {
name: 'Dialog',
data() {
data () {
return {
params: {},
defaultButtons: [{ title: 'CLOSE' }]