This commit is contained in:
2024-10-22 10:07:57 +08:00
parent 253770906e
commit c5e445c07b
4 changed files with 2 additions and 4 deletions

View File

@@ -45963,7 +45963,6 @@ const _sfc_main$8 = defineComponent({
if (dropdownRef.value)
dropdownRef.value.hide();
$emits("update:modelValue", dateValue.value);
$emits("change", dateValue.value);
};
provide("datePicker", {
currentYear,