Skip to content

Commit e0bbc46

Browse files
committed
Deploying to gh-pages from @ youzan/vant@39e30da 🚀
0 parents  commit e0bbc46

File tree

1,023 files changed

+185664
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,023 files changed

+185664
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
coscli.*

index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>Vant - Mobile UI Components</title>
6+
7+
<meta name="description" content="Mobile UI Components built on Vue" />
8+
9+
<link rel="icon" type="image/png" href="https://fastly.jsdelivr.net/npm/@vant/assets/logo.png" />
10+
<meta
11+
name="viewport"
12+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
13+
/>
14+
<meta name="docsearch:version" content="v3">
15+
<meta http-equiv="Cache-Control" content="no-cache" />
16+
<meta http-equiv="Pragma" content="no-cache" />
17+
<meta http-equiv="Expires" content="0" />
18+
<script>
19+
location.href = '/vant/';
20+
</script>
21+
</head>
22+
<body ontouchstart>
23+
<div id="app"></div>
24+
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)