Skip to content

Commit

Permalink
Deploying to gh-pages from @ youzan/vant-weapp@f6cb13b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
landluck committed Jun 24, 2024
0 parents commit 00c350c
Show file tree
Hide file tree
Showing 1,025 changed files with 185,595 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coscli.*
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Vant - Mobile UI Components</title>

<meta name="description" content="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>
location.href = '/vant/';
</script>
</head>
<body ontouchstart>
<div id="app"></div>

</body>
</html>
Loading

0 comments on commit 00c350c

Please sign in to comment.