mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
Updates
This commit is contained in:
parent
b223004221
commit
bf5f211c6a
8
vite/assets/main.206a7a43.js
Normal file
8
vite/assets/main.206a7a43.js
Normal file
File diff suppressed because one or more lines are too long
1
vite/assets/nested.5a8fa4c0.js
Normal file
1
vite/assets/nested.5a8fa4c0.js
Normal file
@ -0,0 +1 @@
|
||||
import"./main.206a7a43.js";
|
1
vite/assets/style.195d65f1.css
Normal file
1
vite/assets/style.195d65f1.css
Normal file
File diff suppressed because one or more lines are too long
@ -9,6 +9,7 @@
|
||||
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" />
|
||||
@ -24,8 +25,8 @@
|
||||
})();
|
||||
</script>
|
||||
|
||||
<script type="module" crossorigin src="/vant-weapp/vite/assets/main.5e9c7f08.js"></script>
|
||||
<link rel="stylesheet" href="/vant-weapp/vite/assets/main.e6aeb5ab.css">
|
||||
<script type="module" crossorigin src="/vant-weapp/vite/assets/main.206a7a43.js"></script>
|
||||
<link rel="stylesheet" href="/vant-weapp/vite/assets/style.195d65f1.css">
|
||||
</head>
|
||||
<body ontouchstart>
|
||||
<div id="app"></div>
|
||||
|
@ -9,10 +9,12 @@
|
||||
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" />
|
||||
|
||||
|
||||
<script>
|
||||
// avoid to load analytics in iframe
|
||||
if (window.top === window) {
|
||||
@ -26,9 +28,9 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="module" crossorigin src="/vant-weapp/vite/assets/nested.69dfa8e2.js"></script>
|
||||
<link rel="modulepreload" href="/vant-weapp/vite/assets/main.5e9c7f08.js">
|
||||
<link rel="stylesheet" href="/vant-weapp/vite/assets/main.e6aeb5ab.css">
|
||||
<script type="module" crossorigin src="/vant-weapp/vite/assets/nested.5a8fa4c0.js"></script>
|
||||
<link rel="modulepreload" href="/vant-weapp/vite/assets/main.206a7a43.js">
|
||||
<link rel="stylesheet" href="/vant-weapp/vite/assets/style.195d65f1.css">
|
||||
</head>
|
||||
<body ontouchstart>
|
||||
<div id="app"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user