Skip to content

Commit 17a78ee

Browse files
committed
merge conflicts
1 parent 41b5204 commit 17a78ee

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/right-sidebar/CodeSnippet.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,9 @@ export default {
7676
// Creates beginner boilerplate
7777
createTemplate(componentName) {
7878
let templateTagStr = this.writeTemplateTag(componentName);
79-
<<<<<<< HEAD
8079
if (this.activeComponentObj.htmlAttributes.class !== "") return `<template>\n <div class = "${this.activeComponentObj.htmlAttributes.class}">\n${templateTagStr} </div>\n</template>`;
8180
else return `<template>\n <div>\n${templateTagStr} </div>\n</template>`;
8281
83-
=======
84-
console.log(this.activeComponentObj)
85-
// if(this.activeComponentObj.htmlAttributes.class !== "") return `<template>\n <div class = "${this.activeComponentObj.htmlAttributes.class}">\n${templateTagStr} </div>\n</template>`;
86-
// else return `<template>\n <div>\n${templateTagStr} </div>\n</template>`;
87-
88-
>>>>>>> d43111c7d7f70bf069d8763816730ae516810d3f
8982
},
9083
// Creates <template> boilerplate
9184
writeTemplateTag(componentName) {

0 commit comments

Comments
 (0)