Skip to content

Commit

Permalink
👽️ fix icon typo (tdesign-icons-vue-next@0.2.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
volatile-static committed Jul 14, 2024
1 parent f16ddfd commit 4485caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vue/summary/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import {
TreeRoundDotVerticalIcon,
ChartRadialIcon,
ChartColumIcon,
ChartColumnIcon,
ChartRingIcon,
FormatVerticalAlignRightIcon,
BlockchainIcon,
Expand Down Expand Up @@ -33,7 +33,7 @@ export default {
BlockchainIcon,
CloudIcon,
ChartPieIcon,
ChartColumIcon,
ChartColumnIcon,
ChartRadialIcon,
ChartRingIcon,
KpiGauge,
Expand Down Expand Up @@ -135,7 +135,7 @@ export default {
</t-tab-panel>
<t-tab-panel v-if="greenFrog" value="authorIF" :style="panelStyle">
<template #label>
<ChartColumIcon /> {{ locale.authorIF }}
<ChartColumnIcon /> {{ locale.authorIF }}
</template>
<authorIF :items="items" :theme="chartTheme" />
</t-tab-panel>
Expand Down

0 comments on commit 4485caf

Please sign in to comment.