Format all the files

This commit is contained in:
Dane Everitt
2019-02-09 21:15:45 -08:00
parent 5bff8d99cc
commit b6773b56c1
22 changed files with 158 additions and 159 deletions

View File

@@ -24,9 +24,9 @@
components: {Icon},
props: {
modalName: { type: String, default: 'modal' },
show: { type: Boolean, default: false },
closeOnEsc: { type: Boolean, default: true },
modalName: {type: String, default: 'modal'},
show: {type: Boolean, default: false},
closeOnEsc: {type: Boolean, default: true},
},
mounted: function () {