Remove watch from date selector component

This commit is contained in:
leigh-mil
2019-09-26 16:19:30 -04:00
parent 2f3863b84d
commit 0c54b61579
7 changed files with 10 additions and 25 deletions

View File

@@ -20,10 +20,6 @@ export default {
mindate: { type: String },
maxdate: { type: String },
nameTag: { type: String },
watch: {
type: Boolean,
default: false,
},
optional: {
type: Boolean,
default: true,
@@ -201,7 +197,6 @@ export default {
emitEvent('field-change', this, {
value: this.formattedDate,
name: this.name,
watch: this.watch,
valid: this.isDateValid,
})