This commit is contained in:
@@ -85,16 +85,15 @@
|
||||
//{"data":{"testTSDaysWMS":"22.10:15:22.0330000","testTSHMS":"05:16:33","testTS_DHMS":"5.10:15:33","testTS_MS":"00:15:33","testTS_S":"00:00:33","testTS_D":"22.00:00:00"}}
|
||||
export default {
|
||||
props: {
|
||||
label: String,
|
||||
rules: Array,
|
||||
label: { type: String, default: null },
|
||||
rules: { type: Array, default: undefined},
|
||||
errorMessages: { type: Array, default: null },
|
||||
value: { type: String, default: null },
|
||||
readonly: { type: Boolean, default: false },
|
||||
disabled: { type: Boolean, default: false },
|
||||
|
||||
showSeconds: { type: Boolean, default: true },
|
||||
showDays: { type: Boolean, default: true },
|
||||
testId: String
|
||||
testId: { type: String, default: null }
|
||||
},
|
||||
computed: {
|
||||
hasErrors() {
|
||||
|
||||
Reference in New Issue
Block a user