reset
This commit is contained in:
parent
253770906e
commit
c5e445c07b
@ -1783,7 +1783,6 @@ const _sfc_main = defineComponent({
|
||||
if (dropdownRef.value)
|
||||
dropdownRef.value.hide();
|
||||
$emits("update:modelValue", dateValue.value);
|
||||
$emits("change", dateValue.value);
|
||||
};
|
||||
provide("datePicker", {
|
||||
currentYear,
|
||||
|
@ -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,
|
||||
|
@ -396,7 +396,7 @@ const onChange = () => {
|
||||
// @ts-ignore
|
||||
dropdownRef.value.hide();
|
||||
$emits("update:modelValue", dateValue.value);
|
||||
$emits("change", dateValue.value);
|
||||
// $emits("change", dateValue.value);
|
||||
};
|
||||
|
||||
provide("datePicker", {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user