Skip to content

Commit

Permalink
fix(comp:text): copy icon of default global config error
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Sep 25, 2023
1 parent b03eadd commit 9ffd057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/config/src/defaultConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export const defaultConfig: GlobalConfig = {
trim: false,
},
text: {
copyIcon: ['check', 'copy'],
copyIcon: ['copy', 'check'],
},
timePicker: {
borderless: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`Text > copyable work 1`] = `
"<div class=\\"ix-text\\"><span class=\\"ix-text-inner\\">@idux 是一套企业级中后台 UI 组件库, 致力于提供高效愉悦的开发体验。 基于 Vue 3.x + TypeScript 开发,
全部代码开源并遵循 MIT 协议,任何企业、组织及个人均可免费使用。<!----></span>
<!---->
<!----><span class=\\"ix-text-copy-icon\\"><i class=\\"ix-icon ix-icon-check\\" role=\\"img\\" aria-label=\\"check\\"></i></span>
<!----><span class=\\"ix-text-copy-icon\\"><i class=\\"ix-icon ix-icon-copy\\" role=\\"img\\" aria-label=\\"copy\\"></i></span>
<!---->
<!---->
<!---->
Expand Down

0 comments on commit 9ffd057

Please sign in to comment.