Skip to content

Commit 95ed811

Browse files
committed
added exportmenu note nesting
1 parent 9e65875 commit 95ed811

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/nav-buttons/ExportMenu.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@ const writeTemplateTag = (componentName) => {
337337
outputStr += " " + "v-model = " + `"${el.binding}"`;
338338
}
339339
outputStr += ">";
340+
if (el.note !== "") {
341+
outputStr += `${el.note}`;
342+
}
340343
if (el.children.length) {
341344
outputStr += "\n";
342345
outputStr += writeNested(el.children, ` `);

0 commit comments

Comments
 (0)