mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-03-13 10:54:01 +08:00
[fix] 修复日历组件close事件问题
This commit is contained in:
@@ -534,7 +534,9 @@
|
|||||||
},
|
},
|
||||||
// 关闭窗口
|
// 关闭窗口
|
||||||
close() {
|
close() {
|
||||||
this.$emit('input', false)
|
this.$emit('input', false);
|
||||||
|
//传递事件
|
||||||
|
this.$emit('close');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user