2022-07-14 21:31:51 +08:00

32 lines
986 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>
<script type="module" crossorigin src="/runtime/assets/playground.js"></script>
<link rel="modulepreload" href="/runtime/assets/plugin-vue_export-helper.8f6f5b47.js">
<link rel="stylesheet" href="/runtime/assets/style.6555bdb0.css">
</head>
<body style="font-size: 14px">
<div id="app"></div>
<script src="https://unpkg.com/vue@next/dist/vue.global.js"></script>
</body>
</html>