mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
fix: replace value with title of Cell prop (#11384)
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user