fix: steps progressDot slot not work, close #5648 #5649

pull/5651/head
tangjinzhou 2022-05-26 15:03:26 +08:00
parent c7e079bd65
commit ba8e17e1b5
1 changed files with 1 additions and 1 deletions

View File

@ -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({