This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
@click:prepend="dlgdate = true"
|
||||
v-model="formatDate"
|
||||
v-bind:label="label"
|
||||
v-bind:rules="rules"
|
||||
readonly
|
||||
:error="!(!error)"
|
||||
></v-text-field>
|
||||
@@ -65,6 +66,7 @@ export default {
|
||||
data: () => ({ date: null, dlgdate: false, dlgtime: false }),
|
||||
props: {
|
||||
label: String,
|
||||
rules: Array,
|
||||
value: String,
|
||||
readonly: { type: Boolean, default: false },
|
||||
error: {
|
||||
|
||||
Reference in New Issue
Block a user