mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 10:49:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			893 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			893 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en" style="font-size: 100px">
 | 
						|
<head>
 | 
						|
  <meta charset="UTF-8">
 | 
						|
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
  <title>Vue3 Playground</title>
 | 
						|
  <style>
 | 
						|
    html{-ms-overflow-style: none; overflow: -moz-scrollbars-none;}
 | 
						|
    html,body {height: 100%; margin: 0; padding: 0}
 | 
						|
    body {
 | 
						|
      height: fit-content;
 | 
						|
      min-height: 100%;
 | 
						|
    }
 | 
						|
    html::-webkit-scrollbar, .body::-webkit-scrollbar { width: 0 !important }
 | 
						|
    .magic-ui-page {
 | 
						|
      overflow: hidden;
 | 
						|
    }
 | 
						|
  </style>
 | 
						|
</head>
 | 
						|
<body style="font-size: 14px">
 | 
						|
  
 | 
						|
  <div id="app"></div>
 | 
						|
 | 
						|
  <script src="https://cdn.bootcdn.net/ajax/libs/zepto/1.2.0/zepto.min.js"></script>
 | 
						|
  <script src="https://unpkg.com/vue@next/dist/vue.global.js"></script>
 | 
						|
 | 
						|
  <script type="module" src="/src/playground/main.ts"></script>
 | 
						|
</body>
 | 
						|
</html> |