dashboard
repositories
filestore
activity
search
login
main
/
moral_applet_allocation
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:地图导航
quanyawei
2024-01-08
659d09ec24dab6c451220c8f3bb3943b0fdb3ba1
[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
}
}
}