- <van-cell title="{{label}}" value="{{text}}" bind:click="toOpen" />
- <van-popup show="{{ show }}" bind:close="toClose" position="bottom" custom-style="height: 40%;">
- <van-datetime-picker type="datetime" value="{{ currentDate }}" min-date="{{ minDate }}" bind:confirm="toConfirm"/>
- </van-popup>
|