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