1.0.2 • Published 8 years ago

vue-modal v1.0.2

Weekly downloads
21
License
MIT
Repository
github
Last release
8 years ago

###Regarding Issues simple dialog for vue

Installation

npm install --save vue-paginator

###Example

  <!-- use the modal component, pass in the prop -->
  <modal :show.sync="showModal">
    <!--
      you can use custom content here to overwrite
      default content
    -->
    <h3 slot="header">custom header</h3>
    <h3 slot="body">custom body</h3>
  </modal>