初始化

This commit is contained in:
2024-11-28 17:07:44 +08:00
parent 51f1443388
commit 1009f80c35
743 changed files with 86274 additions and 90 deletions

View File

@@ -0,0 +1,8 @@
export default {
props: {
percentage: {
type: [String, Number],
default: uni.$u.props.circleProgress.percentage
}
}
}