2021-09-27 06:09:33 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-10-12 11:30:07 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<meta name="renderer" content="webkit" />
|
|
|
|
<meta name="force-rendering" content="webkit" />
|
|
|
|
<meta name="applicable-device" content="pc,mobile" />
|
|
|
|
<meta name="author" content="Jmys <jmys1992@gmail.com>" />
|
|
|
|
<meta
|
|
|
|
name="keywords"
|
2022-03-20 14:54:36 +08:00
|
|
|
content="layui,layui-vue,vue,layer,layer-vue,ui,components"
|
2021-10-12 11:30:07 +08:00
|
|
|
/>
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
2022-06-02 22:12:21 +08:00
|
|
|
<link rel="stylesheet" href="/docsearch/index.css" />
|
2021-10-12 11:30:07 +08:00
|
|
|
<title>Layui - Vue 开源前端 UI 框架</title>
|
|
|
|
<!--preload-links-->
|
|
|
|
</head>
|
2021-10-07 03:24:53 +08:00
|
|
|
|
2021-11-02 20:58:39 +08:00
|
|
|
<body>
|
2021-10-12 11:30:07 +08:00
|
|
|
<div id="app">
|
|
|
|
<!--app-html-->
|
|
|
|
</div>
|
|
|
|
<script type="module" src="/src/entry-client.ts"></script>
|
2022-06-02 22:12:21 +08:00
|
|
|
<script src="/docsearch/index.js"></script>
|
2021-10-12 11:30:07 +08:00
|
|
|
</body>
|
2021-11-19 13:06:41 +08:00
|
|
|
</html>
|