mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
docs(Popup): align document and demo (#13577)
This commit is contained in:
@@ -159,11 +159,8 @@ const showDisplayEvents = ref(false);
|
|||||||
<van-popup
|
<van-popup
|
||||||
v-model:show="showRoundCornerCenter"
|
v-model:show="showRoundCornerCenter"
|
||||||
round
|
round
|
||||||
position="center"
|
|
||||||
:style="{ padding: '64px' }"
|
:style="{ padding: '64px' }"
|
||||||
>
|
/>
|
||||||
{{ t('content') }}
|
|
||||||
</van-popup>
|
|
||||||
|
|
||||||
<van-cell
|
<van-cell
|
||||||
:title="t('roundCornerBottom')"
|
:title="t('roundCornerBottom')"
|
||||||
|
Reference in New Issue
Block a user