mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
47 lines
1.6 KiB
HTML
47 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Vant 3 - Lightweight Mobile UI Components built on Vue</title>
|
|
|
|
<meta name="description" content="Lightweight Mobile UI Components built on Vue" />
|
|
|
|
<link rel="icon" type="image/png" href="https://fastly.jsdelivr.net/npm/@vant/assets/logo.png" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
|
|
/>
|
|
<meta name="docsearch:version" content="v3">
|
|
<meta http-equiv="Cache-Control" content="no-cache" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
|
|
<script>
|
|
if (location.host === 'youzan.github.io') {
|
|
location.href = location.href.replace('youzan.github.io', 'vant-ui.github.io');
|
|
}
|
|
</script>
|
|
|
|
|
|
|
|
<script>
|
|
var _hmt = _hmt || [];
|
|
(function () {
|
|
var hm = document.createElement('script');
|
|
hm.src = 'https://hm.baidu.com/hm.js?af5d41bc4e446e76665dbe3ec18d55c3';
|
|
var s = document.getElementsByTagName('script')[0];
|
|
s.parentNode.insertBefore(hm, s);
|
|
})();
|
|
</script>
|
|
|
|
<script type="module" crossorigin src="/vant/v3/assets/main.1b8d2f0e.js"></script>
|
|
<link rel="modulepreload" crossorigin href="/vant/v3/assets/iframe-router.01155e0b.js">
|
|
<link rel="modulepreload" crossorigin href="/vant/v3/assets/vue-libs.b44bc779.js">
|
|
<link rel="stylesheet" href="/vant/v3/assets/index.a65e157e.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
</html>
|