#
zhou zhou
2025-11-26 871f6aae17b6a6d6e49e42dbc0d3b7a459a5ecc4
1
2
3
4
5
6
7
8
export default {
    props: {
        percentage: {
            type: [String, Number],
            default: uni.$u.props.circleProgress.percentage
        }
    }
}