Files
meida_front/uni_modules/uv-loading-icon/changelog.md
T
liguigong b42a66aa49 feat(fittingRoom): 添加 Clothespic 组件并集成到试衣间页面
- 创建 Clothespic.vue 组件,包含试穿按钮和样式
- 在 fittingRoom/index.vue 中引入并使用 Clothespic 组件- 调整组件导入顺序以优化代码结构- 添加 uv-button 和 uv-loading-icon 组件模块及相关配置
- 更新组件 changelog、package.json、props.js 和 readme.md 文件
- 实现按钮和加载图标的基础样式与功能配置
2025-09-26 19:32:03 +08:00

10 lines
288 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 1.0.32023-08-14
1. 新增参数textStyle,自定义文本样式
## 1.0.22023-06-27
优化
## 1.0.12023-05-16
1. 优化组件依赖,修改后无需全局引入,组件导入即可使用
2. 优化部分功能
## 1.0.02023-05-10
1. 新增uv-loading-icon组件