1.2.6 • Published 7 years ago

vue-popup-plugin v1.2.6

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

npm install vue-popup-plugin

import {Tips, Loading, AlertBox} from 'vue-popup-plugin';
Vue.use(Tips);
Vue.use(Loading);
Vue.use(AlertBox);

//tips
this.$tips('some tips');

//loadding icon
this.$loading(); //show it

this.$loading(1); //close it

//alert
this.$alert('content', 'title', ['cancel', 'confirm'], function(){  //content is needed
    //when click confirm btn
});

this.$alert('content', ['ok'], function(){  //content is needed
    //when click ok btn
});
1.2.6

7 years ago

1.2.4

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago