JSPM

  • Created
  • Published
  • Downloads 71543
  • Score
    100M100P100Q149831F

Modal Component for Vue.js

Package Exports

  • vue-js-modal

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-js-modal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

##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');
}