mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-01-24 10:33:47 +08:00
parent
4a035478ca
commit
502cc2701b
@ -33,6 +33,7 @@
|
|||||||
:class="currentSelect === icon ? 'border border-primary' : ''"
|
: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"
|
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)"
|
@click="handleClick(icon)"
|
||||||
|
:title="icon"
|
||||||
>
|
>
|
||||||
<!-- <Icon :icon="icon" :prefix="prefix" /> -->
|
<!-- <Icon :icon="icon" :prefix="prefix" /> -->
|
||||||
<SvgIcon v-if="isSvgMode" :name="icon" />
|
<SvgIcon v-if="isSvgMode" :name="icon" />
|
||||||
|
Loading…
Reference in New Issue
Block a user