Skip to content

Commit 963ac2c

Browse files
Hunter-GuTao-VanJS
authored andcommitted
feat(van-ui): add example for Await component
1 parent 960c63a commit 963ac2c

File tree

8 files changed

+834
-0
lines changed

8 files changed

+834
-0
lines changed

components/examples/await/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Await Demo</title>
8+
</head>
9+
<body>
10+
<script type="module" src="/src/main.ts"></script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)