mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2026-01-30 05:16:08 +00:00
defc89b130cd9cb771a4cef979a6c4e6478b393e
##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:
Description
Languages
Vue
70.8%
JavaScript
27.9%
TypeScript
1.3%
