Files
fesatcodeMiniApp/miniprogram_npm/@vant/weapp/count-down/index.wxml
王鹏 0c2edb6036 init
2025-08-14 14:52:01 +08:00

5 lines
115 B
Plaintext

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