This commit is contained in:
Viet An
2026-06-04 11:36:43 +07:00
parent 8e2dd06def
commit 2981d9790a
13 changed files with 375 additions and 944 deletions

View File

@@ -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,
});