pyt
2025-02-24 d99a437b547fbb313ddf15f1a97c25e865f71c91
1
2
3
4
5
6
7
8
export default {
    props: {
        percentage: {
            type: [String, Number],
            default: uni.$u.props.circleProgress.percentage
        }
    }
}