$ gnpm install @gidc-personal-h5-standard/message-box
npm install
npm run serve
npm run build
npm run lint
props | name | type | required | default |
---|---|---|---|---|
title | 弹窗标题 | String | true | '弹窗标题' |
isShow | 弹窗显隐 | Boolean | true | false |
content | 弹窗内容 | String | false | '' |
hasCancel | 是否有取消按钮 | Boolean | false | true |
hasInput | 是否有输入框 | Boolean | false | true |
closeOnClickModal | 是否可点击蒙层关闭弹窗 | Boolean | false | false |
placeholder | 输入框提示信息 | String | false | '' |
maxlength | 输入框长度限制 | Number | false | 15 |
autofocus | 输入框自动获取焦点 | Boolean | false | false |
confirm(text) 点击确认(输入框文字)
Copyright 2013 - present © cnpmjs.org | Home |