更新记录
1.0.3(2025-06-03)
下载此版本
优化文档
1.0.2(2025-06-03)
下载此版本
优化文档
1.0.1(2025-06-03)
下载此版本
优化docs
查看更多
平台兼容性
uni-app
Vue2 |
Vue3 |
Chrome |
Safari |
app-vue |
app-nvue |
Android |
iOS |
鸿蒙 |
√ |
√ |
√ |
√ |
√ |
√ |
- |
- |
- |
微信小程序 |
支付宝小程序 |
抖音小程序 |
百度小程序 |
快手小程序 |
京东小程序 |
鸿蒙元服务 |
QQ小程序 |
飞书小程序 |
快应用-华为 |
快应用-联盟 |
√ |
√ |
√ |
√ |
√ |
√ |
- |
√ |
√ |
√ |
√ |
其他
zn-edge-button
使用
<zn-edge-button :icon="require('../../static/test.png')" text="查看回放"></zn-edge-button>
<zn-edge-button mode="lb" text="查看回放"></zn-edge-button>
<zn-edge-button mode="lt" text="查看回放"></zn-edge-button>
<zn-edge-button mode="lt" text="查看回放" yOffset="400px"></zn-edge-button>
<zn-edge-button mode="lt" text="查看回放" yOffset="400px" bgColor="red" textColor="#fff"></zn-edge-button>
<zn-edge-button mode="rt" text="查看回放"></zn-edge-button>
props
属性 |
类型 |
说明 |
mode |
String |
位置 枚举[rb rt lb lt] |
icon |
String |
图标 |
text |
String |
文字 |
yOffset |
String |
y轴偏移量 |
bgColor |
String |
背景颜色 |
textColor |
String |
文字颜色 |
slot
名称 |
说明 |
icon |
图标 slot |
text |
text slot |
事件