Files
fastbee/wechat/miniprogram/node_modules/@vant/weapp/dist/count-down/index.wxml
2021-07-27 21:57:03 +08:00

5 lines
115 B
Plaintext

<view class="van-count-down">
<slot wx:if="{{ useSlot }}"/>
<block wx:else>{{ formattedTime }}</block>
</view>