mirror of
https://github.com/xiangshu233/vue3-vant4-mobile.git
synced 2025-04-06 03:57:47 +08:00
chore(view): ⏪ delete @vicons/Icon component
This commit is contained in:
parent
b68de1fe36
commit
f01aecbf4e
@ -23,9 +23,10 @@
|
|||||||
:style="{ 'background-color': item }"
|
:style="{ 'background-color': item }"
|
||||||
@click="togTheme(item)"
|
@click="togTheme(item)"
|
||||||
>
|
>
|
||||||
<Icon v-if="item === designStore.appTheme">
|
<i
|
||||||
<i class="i-ic:sharp-check" text-2xl />
|
v-show="item === designStore.appTheme"
|
||||||
</Icon>
|
class="i-ic:sharp-check" text-2xl text-white
|
||||||
|
/>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user