arco-design-vue icon indicating copy to clipboard operation
arco-design-vue copied to clipboard

fix: 修复time-picker组件 triggerProps 属性未正确透传至 Tarigger 组件的问题

Open fuxichen opened this issue 1 year ago • 1 comments
trafficstars

Types of changes

  • [ ] New feature
  • [x] Bug fix
  • [ ] Enhancement
  • [ ] Component style change
  • [ ] Typescript definition change
  • [ ] Documentation change
  • [ ] Coding style change
  • [ ] Refactoring
  • [ ] Test cases
  • [ ] Continuous integration
  • [ ] Breaking change
  • [ ] Others

Background and context

修复time-picker组件 triggerProps 属性未正确透传至 Tarigger 组件问题

Solution

使用v-bindtriggerProps 属性绑定到 Tarigger组件上

How is the change tested?

image image

Changelog

Component Changelog(CN) Changelog(EN) Related issues
time-picker triggerProps 属性未正确透传问题 TriggerProps property not correctly passed through

Checklist:

  • [x] Test suite passes (npm run test)
  • [x] Provide changelog for relevant changes (e.g. bug fixes and new features) if applicable.
  • [x] Changes are submitted to the appropriate branch (e.g. features should be submitted to feature branch and others should be submitted to main branch)

Other information

fuxichen avatar Jun 11 '24 07:06 fuxichen

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

codesandbox[bot] avatar Jun 11 '24 07:06 codesandbox[bot]