arco-design-vue
arco-design-vue copied to clipboard
fix(input-password): fix icon error for issues #1434
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
for issues https://github.com/arco-design/arco-design-vue/issues/1434
Solution
fix icon error
How is the change tested?
Changelog
| Component | Changelog(CN) | Changelog(EN) | Related issues |
|---|---|---|---|
Checklist:
- [√] Test suite passes (
npm run test) - [√] Provide changelog for relevant changes (e.g. bug fixes and new features) if applicable.
- [√] Changes are submitted to the appropriate branch (e.g. features should be submitted to
featurebranch and others should be submitted tomainbranch)