mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
23 lines
760 B
HTML
23 lines
760 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
|
|
/>
|
|
<link
|
|
rel="shortcut icon"
|
|
href="https://img.yzcdn.cn/zanui/vant/vant-2017-12-18.ico"
|
|
/>
|
|
<link href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" rel="stylesheet" />
|
|
<title>Vant - 轻量、可靠的移动端 Vue 组件库</title>
|
|
</head>
|
|
<body ontouchstart>
|
|
<div id="app"></div>
|
|
<script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|