更新记录
1.0.0(2021-08-17) 下载此版本
1.0.0 上传组件
平台兼容性
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
√ | - | - | - | - | - | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
- | - | - | - | - | - | - | - | - | - | - |
zetank-wode-server
我的页面组件,组件使用uview,使用前请自己安装插件uview
安装
下载组件到项目即可,本组件符合easycom规范
使用
<zetank-wode-server icons="grid-fill" :rightshow="false" :serverList="serverList" >我的服务</zetank-wode-server>
data() {
return {
serverList:[{
name: '我的信息',
icon: 'setting-fill',
url: '',
id: 0,
elseUrl: ''
},
{
name: '我的信息',
icon: 'setting-fill',
url: '',
id: 1,
elseUrl: ''
},
{
name: '我的信息',
icon: 'setting-fill',
url: '',
id: 2,
elseUrl: ''
},
{
name: '我的信息',
icon: 'setting-fill',
url: '',
id: 3,
elseUrl: ''
}]
}