deguodaigou/utils/dist/count-down/index.wxml

5 lines
119 B
Plaintext
Raw Normal View History

2019-12-23 14:13:27 +08:00
<view class="van-count-down">
<slot wx:if="{{ useSlot }}"/>
<block wx:else>{{ formattedTime }}</block>
</view>