Skip to content

Commit a67343a

Browse files
authored
Merge pull request #27 from oslabs-beta/keyla/debugCodeSnippet
Keyla/debug code snippet
2 parents 36d2249 + 00f3975 commit a67343a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/right-sidebar/CodeSnippet.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export default {
239239
data += " data() {\n return {\n"
240240
htmlBinding.forEach(el => {
241241
if (el.binding !== '') {
242-
data += ` "${el.binding}": "PLACEHOLDER FOR VALUE", `
242+
data += ` ${el.binding}: "PLACEHOLDER FOR VALUE", `
243243
data += '\n'
244244
}
245245
})

0 commit comments

Comments
 (0)