Skip to content

Commit

Permalink
feat:icon name can be displayed(#498)
Browse files Browse the repository at this point in the history
feat: 鼠标移上去,能显示图标名
  • Loading branch information
zuihou authored Apr 18, 2021
1 parent 4a03547 commit 502cc27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Icon/src/IconPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
:class="currentSelect === icon ? 'border border-primary' : ''"
class="p-2 w-1/8 cursor-pointer mr-1 mt-1 flex justify-center items-center border border-solid hover:border-primary"
@click="handleClick(icon)"
:title="icon"
>
<!-- <Icon :icon="icon" :prefix="prefix" /> -->
<SvgIcon v-if="isSvgMode" :name="icon" />
Expand Down

0 comments on commit 502cc27

Please sign in to comment.