(component): update

This commit is contained in:
就眠儀式
2022-09-29 00:22:35 +08:00
parent 645389dac8
commit 5b38a7eaa2
3 changed files with 198 additions and 222 deletions

View File

@@ -60,7 +60,7 @@ const props = withDefaults(defineProps<LaySelectProps>(), {
multiple: false,
allowClear: false,
showSearch: false,
size: "md"
size: "md",
});
const slots = useSlots();