mirror of
				https://gitee.com/vant-contrib/vant.git
				synced 2025-11-04 04:42:09 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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">
 | 
						|
  <meta http-Equiv="Cache-Control" Content="no-cache" />
 | 
						|
  <meta http-Equiv="Pragma" Content="no-cache" />
 | 
						|
  <meta http-Equiv="Expires" Content="0" />
 | 
						|
  <link rel="shortcut icon" href="https://img.yzcdn.cn/zanui/vant/vant-2017-12-18.ico">
 | 
						|
  <title>Vant - 轻量、可靠的移动端 Vue 组件库</title>
 | 
						|
  <script>window.Promise || document.write('<script src="//img.yzcdn.cn/huiyi/build/h5/js/pinkie.min.js"><\/script>');</script>
 | 
						|
  <script>
 | 
						|
    // avoid to load analytics in iframe
 | 
						|
    if (window.top === window) {
 | 
						|
      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>
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |