You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.3 KiB
1.3 KiB
1.1.8(2023-08-24)
- 版本升级
1.1.7(2023-08-22)
- 版本升级
1.1.6(2023-08-18)
uvui版本:1.1.6
1.0.15(2023-08-14)
- 更新uvui版本号
1.0.13(2023-08-06)
- 优化
1.0.12(2023-08-06)
- 修改版本号
1.0.11(2023-08-06)
- 路由增加events参数
- 路由拦截修复
1.0.10(2023-08-01)
- 优化
1.0.9(2023-06-28)
优化openType.js
1.0.8(2023-06-15)
- 修改支付宝报错的BUG
1.0.7(2023-06-07)
- 解决微信小程序使用uvui提示 Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors
- 解决上述提示,需要在uni.scss配置$uvui-nvue-style: false; 然后在APP.vue下面引入uvui内置的基础样式:@import '@/uni_modules/uv-ui-tools/index.scss';
1.0.6(2023-06-04)
- uv-ui-tools 优化工具组件,兼容更多功能
- 小程序分享功能优化等
1.0.5(2023-06-02)
- 修改扩展使用mixin中方法的问题
1.0.4(2023-05-23)
- 兼容百度小程序修改bem函数
1.0.3(2023-05-16)
- 优化组件依赖,修改后无需全局引入,组件导入即可使用
- 优化部分功能
1.0.2(2023-05-10)
- 增加Http请求封装
- 优化
1.0.1(2023-05-04)
- 修改名称及备注
1.0.0(2023-05-04)
- uv-ui工具集首次发布