##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: