UNPKG

@vant/doc

Version:

vant document template

26 lines (23 loc) 895 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"> <link rel="shortcut icon" href="https://img.yzcdn.cn/zanui/vant/vant-2017-12-18.ico"> <link href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css" rel="stylesheet" /> <title>Vant - 轻量、可靠的移动端 Vue 组件库</title> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?ad6b5732c36321f2dafed737ac2da92f"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </head> <body ontouchstart> <div id="app"></div> <script src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script> </body> </html>