This commit is contained in:
2019-04-03 22:25:57 +00:00
parent c723f50abf
commit c450006448

View File

@@ -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;