This commit is contained in:
theluyuan 2024-11-06 09:23:24 +08:00
parent c7194eb604
commit 5c68a21ac2
5 changed files with 3 additions and 5 deletions

View File

@ -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,

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,

View File

@ -20,7 +20,8 @@
],
"exports": {
".": {
"import": "./es/index.js"
"import": "./es/index.js",
"types": "./types/index.d.ts"
},
"./lib/": "./lib/",
"./es/": "./es/"

View File

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

File diff suppressed because one or more lines are too long