Browse Source

fix:回复上个版本

yangkaixuan 5 years ago
parent
commit
1c2091c438
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/packages/popup/overlay.vue

+ 1 - 3
src/packages/popup/overlay.vue

@@ -1,8 +1,6 @@
 <template>
   <transition name="popup-fade">
-    <div @touchstart.prevent.stop
-        @touchmove.prevent.stop
-        @touchend.prevent.stop
+    <div  
      v-show="show" class="popup-bg nut-mask" :class="className"></div>
   </transition>
 </template>