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

This commit is contained in:
tangjinzhou 2022-05-26 15:03:26 +08:00
parent c7e079bd65
commit ba8e17e1b5

View File

@ -31,7 +31,7 @@ export default defineComponent({
labelPlacement: PropTypes.string.def('horizontal'),
status: PropTypes.string.def('process'),
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),
current: PropTypes.number.def(0),
icons: PropTypes.shape({