Skip to content

Commit edb4024

Browse files
committed
refactor(playground): add BinaryExpression demo
1 parent f54cfd3 commit edb4024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { copy } = useClipboard()
66
const code = $ref(
77
`
88
console.log(jsxToString(<div>Hello</div>))
9-
console.log(jsxToString(<div className={\`hello\`} />))
9+
console.log(jsxToString(<div className={\`Hello\` + ' World ' + true} />))
1010
`.trim()
1111
)
1212
let result = $ref('')

0 commit comments

Comments
 (0)