mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
865ccfd04f2989b93585fd5b4e3cdcf7ed5d7ea3
##ue.js modal
####Simple to use vue.js modal
import 'vue-modal';
<modal name="hello-world">
hello, world!
</modal>
...
methods: {
this.$modal.show('hello-word');
}
Description
Languages
Vue
70.8%
JavaScript
27.9%
TypeScript
1.3%