We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
货品可以在倒计时后自动上架(Products can be automatically put on the shelves after the countdown )......
format 格式化倒计时展示,moment HH:mm:ss prefix 设置数值的前缀 VNodeChild suffix 设置数值的后缀 VNodeChild title 数值的标题 VNodeChild value 数值内容 number | moment valueStyle 设置数值的样式 CSSProperties onFinish 倒计时完成时触发 () => void onChange 倒计时时间变化时触发 (value: number) => void
The text was updated successfully, but these errors were encountered:
repeat with #1465
I am working on it recently and it will come soon.
Sorry, something went wrong.
No branches or pull requests
This function solves the problem (这个功能解决的问题)
货品可以在倒计时后自动上架(Products can be automatically put on the shelves after the countdown )......
Expected API (期望的 API)
format 格式化倒计时展示,moment HH:mm:ss
prefix 设置数值的前缀 VNodeChild
suffix 设置数值的后缀 VNodeChild
title 数值的标题 VNodeChild
value 数值内容 number | moment
valueStyle 设置数值的样式 CSSProperties
onFinish 倒计时完成时触发 () => void
onChange 倒计时时间变化时触发 (value: number) => void
The text was updated successfully, but these errors were encountered: