doum
2026-01-04 d352184d3364e379da38e56d6aa53c1f53f517ca
1
2
3
4
5
6
7
8
export default {
    props: {
        percentage: {
            type: [String, Number],
            default: uni.$u.props.circleProgress.percentage
        }
    }
}