-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ youzan/vant-weapp@f6cb13b 🚀
- Loading branch information
0 parents
commit 00c350c
Showing
1,025 changed files
with
185,595 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
coscli.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.