新增订单管理,api
This commit is contained in:
8
node_modules/uview-ui/components/u-circle-progress/props.js
generated
vendored
Normal file
8
node_modules/uview-ui/components/u-circle-progress/props.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
props: {
|
||||
percentage: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.circleProgress.percentage
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user