chore(components): [autocomplete] fix the comment description error (#13979)

This commit is contained in:
btea
2023-08-18 21:26:33 +08:00
committed by GitHub
parent b8e474089b
commit e69f322b36

View File

@@ -51,7 +51,7 @@ export const autocompleteProps = buildProps({
default: 300,
},
/**
* @description the placeholder of Autocomplete
* @description placement of the popup menu
*/
placement: {
type: definePropType<Placement>(String),