🐛(table): 统一 allow-clear 为 false

This commit is contained in:
就眠儀式 2022-07-19 04:08:23 +08:00
parent 86fc531725
commit 2a80deb010
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ const props = withDefaults(defineProps<LayDatePickerProps>(), {
range: false,
rangeSeparator: "至",
readonly: false,
allowClear: true,
allowClear: false,
size: "md",
});

View File

@ -49,7 +49,7 @@ const props = withDefaults(defineProps<LaySelectProps>(), {
multiple: false,
create: false,
size: "md",
allowClear: true,
allowClear: false,
});
const openState = ref(false);