Skip to content

Commit ba8e17e

Browse files
committed
fix: steps progressDot slot not work, close #5648 #5649
1 parent c7e079b commit ba8e17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-steps/Steps.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default defineComponent({
3131
labelPlacement: PropTypes.string.def('horizontal'),
3232
status: PropTypes.string.def('process'),
3333
size: PropTypes.string.def(''),
34-
progressDot: PropTypes.oneOfType([PropTypes.looseBool, PropTypes.func]).def(false),
34+
progressDot: PropTypes.oneOfType([PropTypes.looseBool, PropTypes.func]).def(undefined),
3535
initial: PropTypes.number.def(0),
3636
current: PropTypes.number.def(0),
3737
icons: PropTypes.shape({

0 commit comments

Comments
 (0)