仪表盘
版本库
文件存储
活动
搜索
登录
main
/
responseApp
自然灾害uni-app前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
新增页面
zhouwenxuan
2023-07-25
22f0e04d34f19aac857e25627343dff9a2542057
[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
}
}
}