Skip to content

Commit 2aeedae

Browse files
author
Emma Genesen
committed
update to div bug fix
1 parent 8b752e1 commit 2aeedae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/nav-buttons/ExportMenu.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,7 @@ export default {
261261
}
262262
str += `\t\t</div>\n\t\t<router-view class = "router-view"></router-view>\n`;
263263
}
264-
// else {
265-
// // Adds component name as class for all routes
266-
// str += `<div id = '${componentName}'>\n`;
267-
// }
264+
268265
// writes the HTML tag boilerplate
269266
let templateTagStr = this.writeTemplateTag(componentName);
270267

0 commit comments

Comments
 (0)