whycq
2023-11-22 2be2bddbec66206eee5c54328bc3bafffccfa9ec
1
2
3
4
5
6
7
8
export default {
    props: {
        percentage: {
            type: [String, Number],
            default: uni.$u.props.circleProgress.percentage
        }
    }
}