mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2026-01-28 04:15:33 +00:00
1d699378ddce7cfba1d943f8aa4e3d246f16ad73
##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%
