mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-02 19:54:58 +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
|
|
}
|
|
}
|
|
}
|