changes
This commit is contained in:
@@ -152,8 +152,14 @@ const props = defineProps({
|
||||
position: String,
|
||||
disabled: Boolean,
|
||||
vdata: Array,
|
||||
clearable: Boolean,
|
||||
placeholder: String,
|
||||
clearable: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
placeholder: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
searchfield: Array,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user