mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 17:49:16 +08:00
3997c3570c
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 lines
392 B
HTML
15 lines
392 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Vue JSX Explorer</title>
|
|
</head>
|
|
<body>
|
|
<div id="header"></div>
|
|
<div id="source" class="editor"></div>
|
|
<div id="output" class="editor"></div>
|
|
<script type="module" src="./src/index.ts"></script>
|
|
</body>
|
|
</html>
|