Merge pull request #2522 from EnesSacid-Buker/master

Add new modal min date option
This commit is contained in:
Cüneyt Şentürk 2022-07-07 15:04:23 +03:00 committed by GitHub
commit 242a2fded4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,11 +226,16 @@ export default {
'#efad32', '#efad32',
'#ef3232', '#ef3232',
'#efef32' '#efef32'
] ],
min_date: false,
} }
}, },
methods: { methods: {
setMinDate(date) {
this.min_date = date;
},
onChangeColor() { onChangeColor() {
this.form.color = this.color; this.form.color = this.color;
}, },