This commit is contained in:
2020-07-14 17:14:20 +00:00
parent e76ac3d884
commit 3c7f257dea
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<v-text-field
ref="dateField"
:value="dateValue"
@input="updateValue()"
@change="updateValue()"
:readonly="readonly"
:disabled="disabled"
:label="label"

View File

@@ -5,7 +5,7 @@
<v-text-field
ref="dateField"
:value="splitValue.date"
@input="updateValue()"
@change="updateValue()"
:readonly="readonly"
:disabled="disabled"
:label="label"
@@ -19,7 +19,7 @@
<v-text-field
ref="timeField"
:value="splitValue.time"
@input="updateValue()"
@change="updateValue()"
:readonly="readonly"
:disabled="disabled"
type="time"

View File

@@ -4,7 +4,7 @@
<v-text-field
ref="timeField"
:value="timeValue"
@input="updateValue()"
@change="updateValue()"
:readonly="readonly"
:disabled="disabled"
:label="label"