start change Datetime form
This commit is contained in:
1
Envoy.blade.php
Normal file
1
Envoy.blade.php
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?php
|
||||||
@@ -67,10 +67,16 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
dateInput: function () {
|
date: function () {
|
||||||
|
if (this.selected) {
|
||||||
|
this.dateInput = this.date
|
||||||
|
}
|
||||||
this.updateField()
|
this.updateField()
|
||||||
},
|
},
|
||||||
timeInput: function () {
|
time: function () {
|
||||||
|
if (this.selected) {
|
||||||
|
this.timeInput = this.time
|
||||||
|
}
|
||||||
this.updateField()
|
this.updateField()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user