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: {
|
size: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'md',
|
default: 'sm',
|
||||||
},
|
},
|
||||||
variant: {
|
variant: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user