mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:37:08 +00:00
Add defaults for lineNameInfo text and fields
This commit is contained in:
@@ -229,9 +229,9 @@ export default {
|
||||
],
|
||||
|
||||
props: {
|
||||
text: String,
|
||||
text: { type: String, default: "" },
|
||||
fixed: { type: Array, default: () => [] },
|
||||
fields: Object,
|
||||
fields: { type: Object, default: () => ({}) },
|
||||
multiline: Boolean,
|
||||
numberedLines: [ Boolean, Number ],
|
||||
maxHeight: String,
|
||||
|
||||
Reference in New Issue
Block a user