更新记录
1.0.0(2024-08-27) 下载此版本
首次发布
平台兼容性
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
√ | - | - | - | - | - | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
- | - | - | - | - | - | - | - | - | - | - |
1. 使用说明
在 template 中使用组件
复制代码<wade-popup :type="type" :isShow="isMyShow" :title="title" :content="content" @confirm="confirm()">
</wade-popup>
2. 属性说明
属性名 | 类型 | 说明 |
---|---|---|
type | String | 类型,是1个按钮还是2个 |
isShow | Boolean | 是否显示 |
title | String | 标题 |
content | String | 内容 |
confirm | function | 点击确定按钮事件 |