mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[Improvement] Popup: support lazy render (#1138)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
{{ $t('deleteAddress') }}
|
||||
</van-button>
|
||||
</div>
|
||||
<popup v-model="showArea" position="bottom">
|
||||
<popup v-model="showArea" position="bottom" :lazy-render="false">
|
||||
<van-area
|
||||
ref="area"
|
||||
:loading="!areaListLoaded"
|
||||
|
Reference in New Issue
Block a user