1.0.24 • Published 5 years ago

npm-com-alert v1.0.24

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

NOTE: THIS IS A TEST PACKAGE!

Try it

npm i npm-com-alert

Params

this.$alert({
  // custom className,自定义的样式类
  className: '',
  visible: false,
  // title, support html,标题,可传HTML
  title: '',
  // text, support html,提示文字,可传HTML
  text: '',
  // button name, optional,按钮文字,可选
  btnTitle: '',
  // click Close in the upper right corner? 
  // It can be closed by default
  // 是否可点击右上角关闭,默认可关闭
  closable: true,
}).then((res) => {
  if (res === true) {
    // return boolean, you can write your code here.
    // 点击按钮返回布尔值true
  }
})
1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago