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