mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
remove change emit from BaseDatePicker
This commit is contained in:
@ -130,7 +130,6 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
onDateChange(date) {
|
onDateChange(date) {
|
||||||
this.$emit('input', date)
|
this.$emit('input', date)
|
||||||
this.$emit('change', date)
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user