dever 4 년 전
부모
커밋
ac086161f7
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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'