wot-ui
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesewot-ui
wot-ui
此技能提供使用 wot-ui 组件库开发应用程序的专业知识。
本技能为使用wot-ui组件库开发应用程序提供专业指导。
何时使用
适用场景
当用户需要以下帮助时使用此技能:
- 实现特定的 wot-ui 组件(例如,“如何使用 Calendar 日历组件?”)
- 配置全局 Provider 或主题
- 排查组件行为问题
- 查找 props、events 和 slots 的 API 参考
当用户需要以下帮助时,可使用本技能:
- 实现特定的wot-ui组件(例如,“如何使用Calendar日历组件?”)
- 配置全局Provider或主题
- 排查组件运行异常问题
- 查找props、events和slots的API参考文档
组件参考
组件参考
references/references/references/references/基础 (Basic)
基础组件(Basic)
- introduction.md, quick-use.md, common-problems.md, custom-theme.md
- button.md, cell.md, config-provider.md, icon.md, img.md, layout.md, popup.md, resize.md, transition.md
- introduction.md, quick-use.md, common-problems.md, custom-theme.md
- button.md, cell.md, config-provider.md, icon.md, img.md, layout.md, popup.md, resize.md, transition.md
表单 (Form)
表单组件(Form)
- calendar.md, calendar-view.md
- checkbox.md
- col-picker.md
- datetime-picker.md, datetime-picker-view.md
- form.md
- input.md, input-number.md, password-input.md, textarea.md
- keyboard.md, number-keyboard.md
- picker.md, picker-view.md
- radio.md
- rate.md
- search.md
- select-picker.md
- signature.md
- slider.md
- switch.md
- upload.md, img-cropper.md
- slide-verify.md
- calendar.md, calendar-view.md
- checkbox.md
- col-picker.md
- datetime-picker.md, datetime-picker-view.md
- form.md
- input.md, input-number.md, password-input.md, textarea.md
- keyboard.md, number-keyboard.md
- picker.md, picker-view.md
- radio.md
- rate.md
- search.md
- select-picker.md
- signature.md
- slider.md
- switch.md
- upload.md, img-cropper.md
- slide-verify.md
反馈 (Action)
反馈组件(Action)
- action-sheet.md, curtain.md, drop-menu.md, overlay.md, popover.md, swipe-action.md
- message-box.md, notify.md, toast.md, loading.md
- tooltip.md
- fab.md, floating-panel.md
- action-sheet.md, curtain.md, drop-menu.md, overlay.md, popover.md, swipe-action.md
- message-box.md, notify.md, toast.md, loading.md
- tooltip.md
- fab.md, floating-panel.md
展示 (Display)
展示组件(Display)
- avatar.md, badge.md, tag.md
- card.md, circle.md, divider.md
- collapse.md
- count-down.md, count-to.md
- grid.md, table.md
- notice-bar.md, status-tip.md
- progress.md, steps.md
- segmented.md
- skeleton.md
- sort-button.md
- swiper.md
- text.md
- tour.md
- watermark.md
- root-portal.md
- gap.md
- avatar.md, badge.md, tag.md
- card.md, circle.md, divider.md
- collapse.md
- count-down.md, count-to.md
- grid.md, table.md
- notice-bar.md, status-tip.md
- progress.md, steps.md
- segmented.md
- skeleton.md
- sort-button.md
- swiper.md
- text.md
- tour.md
- watermark.md
- root-portal.md
- gap.md
导航 (Navigation)
导航组件(Navigation)
- backtop.md
- index-bar.md
- navbar.md
- pagination.md
- sidebar.md
- sticky.md
- tabbar.md
- tabs.md
- backtop.md
- index-bar.md
- navbar.md
- pagination.md
- sidebar.md
- sticky.md
- tabbar.md
- tabs.md
组合式函数 (Composables)
组合式函数(Composables)
- use-config-provider.md
- use-count-down.md
- use-message.md
- use-notify.md
- use-toast.md
- use-upload.md
- use-config-provider.md
- use-count-down.md
- use-message.md
- use-notify.md
- use-toast.md
- use-upload.md
其他 (Other)
其他工具(Other)
- consultation.md
- cli-templates.md
- locale.md
- consultation.md
- cli-templates.md
- locale.md
使用模式
使用流程
- 识别组件: 确定用户感兴趣的组件。
- 查阅参考: 阅读 中的具体组件文档。
references/<component-name>.md - 提供示例: 使用文档中的示例来指导用户。确保证严格遵守参考中定义的 API(props, events)。
- 识别组件:确定用户感兴趣的组件。
- 查阅参考文档:阅读中的具体组件文档。
references/<component-name>.md - 提供示例指导:使用文档中的示例代码指导用户。确保严格遵循参考文档中定义的API(props、events)规范。
最佳实践
最佳实践
- 类型: 使用文档中显示的正确 TypeScript 接口。
- v-model: 注意支持 双向绑定的组件。
v-model - 事件: 注意某些事件可能具有特定参数(例如 )。
{ item, index }
- 类型规范:使用文档中指定的正确TypeScript接口。
- v-model绑定:注意支持双向绑定的组件。
v-model - 事件参数:注意部分事件可能携带特定参数(例如)。
{ item, index }