first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import defProps from '../../libs/config/props.js';
|
||||
export default {
|
||||
props: {
|
||||
percentage: {
|
||||
type: [String, Number],
|
||||
default: () => defProps.circleProgress.percentage
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user