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')">
|
<demo-block card :title="t('useImageSlot')">
|
||||||
<van-cell
|
<van-cell
|
||||||
is-link
|
is-link
|
||||||
:value="t('useImageSlot')"
|
:title="t('useImageSlot')"
|
||||||
@click="showComponentCallSlot"
|
@click="showComponentCallSlot"
|
||||||
/>
|
/>
|
||||||
<van-image-preview v-model:show="showSlot" :images="imagesSlot">
|
<van-image-preview v-model:show="showSlot" :images="imagesSlot">
|
||||||
|
|||||||
Reference in New Issue
Block a user