modal refactoring

This commit is contained in:
Burak Civan 2022-12-13 15:21:04 +03:00
parent 47c4307494
commit b9c9b7c576

View File

@ -244,10 +244,6 @@ export default {
},
methods: {
example() {
console.log('example', 'component');
},
setMinDate(date) {
this.min_date = date;
},