mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Added code linting & cleaned code acording to JavaScript Standard Style
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<script>
|
||||
export default {
|
||||
name: 'Dialog',
|
||||
data() {
|
||||
data () {
|
||||
return {
|
||||
params: {},
|
||||
defaultButtons: [{ title: 'CLOSE' }]
|
||||
|
||||
Reference in New Issue
Block a user