Files
vue-js-modal/README.md
2017-03-10 11:08:14 +00:00

19 lines
188 B
Markdown

##ue.js modal
####Simple to use vue.js modal
```
import 'vue-modal';
```
```
<modal name="hello-world">
hello, world!
</modal>
...
methods: {
this.$modal.show('hello-word');
}
```