We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e079b commit ba8e17eCopy full SHA for ba8e17e
components/vc-steps/Steps.tsx
@@ -31,7 +31,7 @@ export default defineComponent({
31
labelPlacement: PropTypes.string.def('horizontal'),
32
status: PropTypes.string.def('process'),
33
size: PropTypes.string.def(''),
34
- progressDot: PropTypes.oneOfType([PropTypes.looseBool, PropTypes.func]).def(false),
+ progressDot: PropTypes.oneOfType([PropTypes.looseBool, PropTypes.func]).def(undefined),
35
initial: PropTypes.number.def(0),
36
current: PropTypes.number.def(0),
37
icons: PropTypes.shape({
0 commit comments