9 lines
166 B
JavaScript
Raw Permalink Normal View History

2025-05-22 16:23:08 +08:00
export default {
props: {
percentage: {
type: [String, Number],
default: uni.$u.props.circleProgress.percentage
}
}
}