Skip to content

Commit 24c2481

Browse files
author
candychuang
committed
fix(auto-complete): cannot use configProvider prefixCls vueComponent#4566
1 parent c6c004c commit 24c2481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/auto-complete/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const AutoComplete = defineComponent({
3333
inheritAttrs: false,
3434
props: {
3535
...autoCompleteProps,
36-
prefixCls: PropTypes.string.def('ant-select'),
36+
prefixCls: PropTypes.string,
3737
showSearch: PropTypes.looseBool,
3838
transitionName: PropTypes.string.def('slide-up'),
3939
choiceTransitionName: PropTypes.string.def('zoom'),

0 commit comments

Comments
 (0)