mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-11-01 03:28:41 +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
|
|
}
|
|
}
|
|
}
|