|
@@ -16,7 +16,7 @@
|
|
|
<div id="app"></div>
|
|
<div id="app"></div>
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
<script>
|
|
<script>
|
|
|
- var vConsole = new window.VConsole();
|
|
|
|
|
|
|
+ // var vConsole = new window.VConsole();
|
|
|
window.onload = function () {
|
|
window.onload = function () {
|
|
|
document.addEventListener('touchstart', function (event) {
|
|
document.addEventListener('touchstart', function (event) {
|
|
|
if (event.touches.length > 1) {
|
|
if (event.touches.length > 1) {
|