1.0.9 • Published 2 years ago

simplyalert v1.0.9

Weekly downloads
1
License
ISC
Repository
-
Last release
2 years ago

simplyalert

installation

$ npm install --save simplyalert

Usage

main.js

- import Vue from 'vue';
- import simplyalert from 'simplyalert';
- Vue.use(simplyalert);

how to user

  • _alert(content,config)
  • config.time //default 1.5s
  • config.type // success,error,info

  • 返回的是一个Promise

Example

this.$alert('弹框信息');
this.$alert('成功',{type:'success'});
this.$alert('成功','2','success'}); //2秒后消失
_alert('弹框信息').then(()=>alert('回调信息'));
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago