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 }"
|
||||
@click="togTheme(item)"
|
||||
>
|
||||
<Icon v-if="item === designStore.appTheme">
|
||||
<i class="i-ic:sharp-check" text-2xl />
|
||||
</Icon>
|
||||
<i
|
||||
v-show="item === designStore.appTheme"
|
||||
class="i-ic:sharp-check" text-2xl text-white
|
||||
/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user