mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-24 00:01:56 +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
|
|
}
|
|
}
|
|
}
|