|
@@ -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'
|
|
|
|