This commit is contained in:
2024-10-22 14:02:33 +08:00
parent c5e445c07b
commit adfa9024ac

View File

@@ -396,7 +396,6 @@ const onChange = () => {
// @ts-ignore // @ts-ignore
dropdownRef.value.hide(); dropdownRef.value.hide();
$emits("update:modelValue", dateValue.value); $emits("update:modelValue", dateValue.value);
// $emits("change", dateValue.value);
}; };
provide("datePicker", { provide("datePicker", {