Svelte Vapor Template Explorer

@b8fef00 | History
Options ↘
  • Mode:
  • whitespace:
1
<div>Hello World</div>
1
2
3
4
5
6
7
8
9
import { template as _template } from 'vue/vapor';
const t0 = _template("<div>Hello World</div>")
export function render(_ctx) {
  const n0 = t0()
  return n0
}
// Check the console for the AST(IR)