仪表盘
版本库
文件存储
活动
搜索
登录
main
/
responseApp
自然灾害uni-app前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
提交
马宇豪
2024-07-16
117da08d652db513d8889924ea12b13aed68fba2
[responseApp.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
}
}
}