fix: change default size of Autocomplete component from 'md' to 'sm'

This commit is contained in:
Shariq Ansari 2025-09-04 11:57:38 +05:30
parent 2b0c43677e
commit feec676632

View File

@ -157,7 +157,7 @@ const props = defineProps({
},
size: {
type: String,
default: 'md',
default: 'sm',
},
variant: {
type: String,