2020-12-08 18:20:35 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
2020-12-09 08:55:57 +08:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2021-02-21 15:13:40 +08:00
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<meta
|
|
|
|
|
name="keywords"
|
2021-02-26 18:39:44 +08:00
|
|
|
|
content="vue-admin-wonderful,后台管理系统一站式平台模板,希望可以帮你完成快速开发。vue2、vue3、vue3.x、
|
|
|
|
|
CompositionAPI、typescript、element plus、element、plus、admin、wonderful、wonderful-next、快速、高效"
|
2021-02-21 15:13:40 +08:00
|
|
|
|
/>
|
|
|
|
|
<meta
|
|
|
|
|
name="description"
|
|
|
|
|
content="vue-admin-wonderful-next,基于 vue3 + CompositionAPI + typescript + vite + element plus,适配手机、平板、pc!"
|
|
|
|
|
/>
|
2020-12-09 08:55:57 +08:00
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
2021-01-08 13:22:12 +08:00
|
|
|
|
<link rel="stylesheet" type="text/css" href="/loading.css" />
|
2021-01-25 15:39:59 +08:00
|
|
|
|
<title>vue-admin-wonderful-next</title>
|
2020-12-09 08:55:57 +08:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2021-01-08 13:22:12 +08:00
|
|
|
|
<div id="app">
|
|
|
|
|
<div class="loading-next">
|
|
|
|
|
<div class="loading-next-box">
|
2021-02-21 15:13:40 +08:00
|
|
|
|
<div class="loading-next-animation">
|
|
|
|
|
<div class="loading-next-animation-box">
|
2021-01-08 13:22:12 +08:00
|
|
|
|
<div></div>
|
|
|
|
|
<div></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2020-12-09 08:55:57 +08:00
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
2020-12-08 18:20:35 +08:00
|
|
|
|
</html>
|