Add defaults for lineNameInfo text and fields

This commit is contained in:
D. Berge
2025-06-26 23:39:47 +02:00
parent 7a7106e735
commit 96a8d3689a

View File

@@ -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,