MrShi
2025-06-25 54130a901757db72ae1d7c8d20cdfc2123749244
1
2
3
4
5
6
7
8
export default {
    props: {
        percentage: {
            type: [String, Number],
            default: uni.$u.props.circleProgress.percentage
        }
    }
}