mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
17 lines
355 B
HTML
17 lines
355 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<title>ZanUI</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="app-container">
|
|
<app></app>
|
|
</div>
|
|
|
|
<script src="/docs/dist/zanui-examples.js"></script>
|
|
</body>
|
|
</html>
|