优化
This commit is contained in:
@@ -251,7 +251,7 @@ const props = defineProps({
|
||||
// 范围分隔符
|
||||
rangeSeparator: {
|
||||
type: String,
|
||||
default: () => t("至")
|
||||
default: () => t("")
|
||||
},
|
||||
// 是否显示快捷选项
|
||||
showShortcuts: {
|
||||
@@ -752,7 +752,6 @@ defineExpose({
|
||||
clear,
|
||||
setRange,
|
||||
setRangeValue,
|
||||
toDate,
|
||||
confirm
|
||||
});
|
||||
</script>
|
||||
|
||||
1
uni_modules/cool-ui/types/component.d.ts
vendored
1
uni_modules/cool-ui/types/component.d.ts
vendored
@@ -31,7 +31,6 @@ declare type ClSelectDateComponentPublicInstance = {
|
||||
clear: () => void;
|
||||
setRange: (index: number) => void;
|
||||
setRangeValue: (value: string[], index: number) => void;
|
||||
toDate: () => string;
|
||||
confirm: () => void;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user