1.2.6 • Published 10 years ago

vue-popup-plugin v1.2.6

Weekly downloads
2
License
ISC
Repository
github
Last release
10 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

10 years ago

1.2.4

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago