water_sh/node_modules/@vant/weapp/dist/count-down/index.wxml

5 lines
115 B
Plaintext
Raw Permalink Normal View History

2025-04-15 15:48:57 +08:00
<view class="van-count-down">
<slot wx:if="{{ useSlot }}"/>
<block wx:else>{{ formattedTime }}</block>
</view>