parent
c7e079bd65
commit
ba8e17e1b5
|
@ -31,7 +31,7 @@ export default defineComponent({
|
||||||
labelPlacement: PropTypes.string.def('horizontal'),
|
labelPlacement: PropTypes.string.def('horizontal'),
|
||||||
status: PropTypes.string.def('process'),
|
status: PropTypes.string.def('process'),
|
||||||
size: PropTypes.string.def(''),
|
size: PropTypes.string.def(''),
|
||||||
progressDot: PropTypes.oneOfType([PropTypes.looseBool, PropTypes.func]).def(false),
|
progressDot: PropTypes.oneOfType([PropTypes.looseBool, PropTypes.func]).def(undefined),
|
||||||
initial: PropTypes.number.def(0),
|
initial: PropTypes.number.def(0),
|
||||||
current: PropTypes.number.def(0),
|
current: PropTypes.number.def(0),
|
||||||
icons: PropTypes.shape({
|
icons: PropTypes.shape({
|
||||||
|
|
Loading…
Reference in New Issue