This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
/* eslint-disable */
|
||||
/* xxeslint-disable */
|
||||
export default {
|
||||
beforeCreate() {
|
||||
//check pre-requisites exist just in case
|
||||
@@ -79,6 +79,7 @@ export default {
|
||||
watch: {
|
||||
date() {
|
||||
//this tortuous fuckery is required so that the input and change events only fire on a real change, not setup
|
||||
|
||||
var hasChanged = false;
|
||||
if (this.oldDate != null && this.date != this.oldDate) {
|
||||
hasChanged = true;
|
||||
|
||||
Reference in New Issue
Block a user