0.1.1 • Published 4 years ago

vue-ami-modal v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

vue-ami-modal

modal component for vue.js(2.0)

Installation

NPM(recommend)

npm install vue-ami-modal --save

Get started

import Vue from 'vue';
import modal from 'vue-ami-modal';

Vue use(modal);
<template>
  <modal name="ami">
    <p>test</p>
  </modal>
</template>

//this.$modal.show("ami");

LICENSE

MIT

0.1.1

4 years ago

0.1.0

4 years ago