We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54cfd3 commit edb4024Copy full SHA for edb4024
playground/src/App.vue
@@ -6,7 +6,7 @@ const { copy } = useClipboard()
6
const code = $ref(
7
`
8
console.log(jsxToString(<div>Hello</div>))
9
-console.log(jsxToString(<div className={\`hello\`} />))
+console.log(jsxToString(<div className={\`Hello\` + ' World ' + true} />))
10
`.trim()
11
)
12
let result = $ref('')
0 commit comments