mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2026-02-01 06:15:30 +00:00
efe89e07521f2e519fe8c5a4898ce8b5d61965ad
##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%
