Skip to content

Commit 979ea1a

Browse files
committed
checked for merge conflicts before dev merge with previous commits
1 parent 5106e63 commit 979ea1a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/right-sidebar/CodeSnippet.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,6 @@ export default {
227227
data += " },\n";
228228
}
229229
const htmlBinding = this.componentMap[this.activeComponent].htmlList
230-
console.log('htmlbinding', htmlBinding.binding)
231-
console.log('2', htmlBinding)
232-
// if (htmlBinding.forEach) {
233-
234-
// }
235230
236231
data += " data () {\n return {\n"
237232
htmlBinding.forEach(el => {

0 commit comments

Comments
 (0)