mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-11-04 11:22:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			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>
 |