fix(auto-complete): cannot use configProvider prefixCls #4566 (#4569)

Co-authored-by: candychuang <candychuang@tencent.com>

close #4566
This commit is contained in:
CandyTong 2021-08-24 23:00:31 +08:00 committed by GitHub
parent c6c004ce8d
commit bd553de501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'),