mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 12:07:54 +08:00
parent
c7e079bd65
commit
ba8e17e1b5
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user