fix: change default size of Autocomplete component from 'md' to 'sm'
This commit is contained in:
parent
2b0c43677e
commit
feec676632
@ -157,7 +157,7 @@ const props = defineProps({
|
||||
},
|
||||
size: {
|
||||
type: String,
|
||||
default: 'md',
|
||||
default: 'sm',
|
||||
},
|
||||
variant: {
|
||||
type: String,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user