更新记录
1.1.6(2025-04-29) 下载此版本
可输入下拉bug修复
1.1.5(2025-02-20) 下载此版本
优化日期picker组件
1.1.4(2025-02-19) 下载此版本
修复日期picker选择bug
查看更多平台兼容性
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ | - | √ | √ | √ | √ |
其他
多语言 | 暗黑模式 | 宽屏模式 |
---|---|---|
× | × | √ |
ex-ui
项目依赖dayjs
npm i dayjs安装
使用方式
1.在main.js中
import exUi from '@/uni_modules/ex-ui'
Vue.use(exUi)
2 在pages.json中配置
"easycom": {
"^ex-(.*)": "@/uni_modules/ex-ui/components/ex-$1/ex-$1.vue"
},