mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: fix copying errors of icon demo (#11350)
This commit is contained in:
parent
67a3a507ac
commit
7919ea2b8b
@ -126,10 +126,10 @@ const copy = (icon: string, option: Record<string, unknown> = {}) => {
|
||||
|
||||
<demo-block :title="t('color')">
|
||||
<van-row>
|
||||
<van-col span="6" @click="copy(demoIcon, { color: '#1989fa' })">
|
||||
<van-col span="6" @click="copy('cart-o', { color: '#1989fa' })">
|
||||
<van-icon name="cart-o" color="#1989fa" />
|
||||
</van-col>
|
||||
<van-col span="6" @click="copy(demoIcon, { color: '#ee0a24' })">
|
||||
<van-col span="6" @click="copy('fire-o', { color: '#ee0a24' })">
|
||||
<van-icon name="fire-o" color="#ee0a24" />
|
||||
</van-col>
|
||||
</van-row>
|
||||
|
Loading…
x
Reference in New Issue
Block a user