This commit is contained in:
2024-11-06 09:23:24 +08:00
parent c7194eb604
commit 5c68a21ac2
5 changed files with 3 additions and 5 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,