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

188 B

##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');
}