mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-07 21:19:45 +08:00
docs: fix class name (#7200)
This commit is contained in:
parent
0f6ba68ebe
commit
d541724bfc
@ -96,7 +96,7 @@ Vue.use(CellGroup);
|
|||||||
<van-cell title="单元格" icon="shop-o">
|
<van-cell title="单元格" icon="shop-o">
|
||||||
<!-- 使用 right-icon 插槽来自定义右侧图标 -->
|
<!-- 使用 right-icon 插槽来自定义右侧图标 -->
|
||||||
<template #right-icon>
|
<template #right-icon>
|
||||||
<van-icon name="search" class="search=icon" />
|
<van-icon name="search" class="search-icon" />
|
||||||
</template>
|
</template>
|
||||||
</van-cell>
|
</van-cell>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user