Files
vue-js-modal/README.md
2017-03-10 17:04:46 +00:00

389 B

##Vue.js modal

####Simple to use vue.js modal

####Install:

Include plugin in your main.js file.

import 'vue-modal';

Create modal

<modal name="hello-world">
  hello, world!
</modal>

Call it from anywhere in the app

methods: {
  this.$modal.show('hello-word');
}

####Props:

//todo

####Screenshot: