mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: replace value with title of Cell prop (#11384)
This commit is contained in:
parent
ba3a50383c
commit
28241c08e5
@ -131,7 +131,7 @@ const showFunctionCall = (options: Partial<ImagePreviewOptions> = {}) => {
|
||||
<demo-block card :title="t('useImageSlot')">
|
||||
<van-cell
|
||||
is-link
|
||||
:value="t('useImageSlot')"
|
||||
:title="t('useImageSlot')"
|
||||
@click="showComponentCallSlot"
|
||||
/>
|
||||
<van-image-preview v-model:show="showSlot" :images="imagesSlot">
|
||||
|
Loading…
x
Reference in New Issue
Block a user