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