mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-03 20:47:56 +08:00
Co-authored-by: candychuang <candychuang@tencent.com> close #4566
This commit is contained in:
parent
c6c004ce8d
commit
bd553de501
@ -33,7 +33,7 @@ const AutoComplete = defineComponent({
|
||||
inheritAttrs: false,
|
||||
props: {
|
||||
...autoCompleteProps,
|
||||
prefixCls: PropTypes.string.def('ant-select'),
|
||||
prefixCls: PropTypes.string,
|
||||
showSearch: PropTypes.looseBool,
|
||||
transitionName: PropTypes.string.def('slide-up'),
|
||||
choiceTransitionName: PropTypes.string.def('zoom'),
|
||||
|
Loading…
Reference in New Issue
Block a user