dashboard
repositories
filestore
activity
search
login
main
/
moral_applet_allocation
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:小程序订阅消息
quanyawei
2023-11-06
1e61215b48e59e94c1ed98e4ef956227d689d6bc
[moral_applet_allocation.git]
/
uni_modules
/
uview-ui
/
components
/
u-circle-progress
/
props.js
1
2
3
4
5
6
7
8
export default {
props: {
percentage: {
type: [String, Number],
default: uni.$u.props.circleProgress.percentage
}
}
}