filesbox/miniprogram/FilesBox/node_modules/@vant/weapp/dist/count-down/index.wxml

5 lines
115 B
Plaintext
Raw Normal View History

2023-09-21 02:23:31 +00:00
<view class="van-count-down">
<slot wx:if="{{ useSlot }}"/>
<block wx:else>{{ formattedTime }}</block>
</view>