mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 19:36:47 +08:00
9 lines
166 B
JavaScript
9 lines
166 B
JavaScript
export default {
|
|
props: {
|
|
percentage: {
|
|
type: [String, Number],
|
|
default: uni.$u.props.circleProgress.percentage
|
|
}
|
|
}
|
|
}
|