dever 3 years ago
parent
commit
ac086161f7
1 changed files with 4 additions and 0 deletions
  1. 4 0
      main.js

+ 4 - 0
main.js

@@ -12,6 +12,10 @@ const app = new Vue({
 import cuCustom from './lib/colorui/components/cu-custom.vue'
 Vue.component('cu-custom',cuCustom)
 
+document.body.addEventListener('touchstart', () => {}, {
+    passive: false
+})
+
 // 引入文件
 import Dever from './lib/dever'