Cleaned demo

This commit is contained in:
euvl
2017-04-09 13:37:14 +01:00
parent 45bba6dfcd
commit d165145124
6 changed files with 184 additions and 119 deletions

View File

@@ -24,7 +24,7 @@ Create modal
Call it from anywhere in the app
```javascript
methods: {
show() {
show () {
this.$modal.show('hello-word');
},
hide () {