♻️: 合并冲突

更新文档
This commit is contained in:
就眠儀式 2022-06-21 16:09:15 +08:00
parent c6e14ac986
commit cc8ef06e50
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ const props = withDefaults(defineProps<LayCascaderProps>(), {
options: null, options: null,
modelValue: "", modelValue: "",
decollator: "/", decollator: "/",
placeholder:'' placeholder: "",
}); });
const emit = defineEmits(["update:modelValue", "change", "clear"]); const emit = defineEmits(["update:modelValue", "change", "clear"]);