##Vue.js modal ####Simple to use vue.js modal ####Install: Include plugin in your main.js file. ```javsacript import 'vue-modal'; ``` Create modal ```html hello, world! ``` Call it from anywhere in the app ```javascript methods: { this.$modal.show('hello-word'); } ``` ####Props: //todo ####Screenshot: ![](http://i.imgur.com/mN1MBJ3.gif)