© 2026 Hedgehog Software, LLC
ts
const code = computed(() => { return [ '
const schema = "hello"
', ].join('\n') })
<MDC :value="code" />