mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-02 18:13:26 +08:00
feat: jsx-explorer (#11)
This commit is contained in:
7
packages/jsx-explorer/index.html
Normal file
7
packages/jsx-explorer/index.html
Normal file
@ -0,0 +1,7 @@
|
||||
<title>Vue JSX Template Explorer</title>
|
||||
|
||||
<div id="header"></div>
|
||||
<div id="source" class="editor"></div>
|
||||
<div id="output" class="editor"></div>
|
||||
|
||||
<script src="/dist/main.js"></script>
|
Reference in New Issue
Block a user