Yansen 2 years ago
parent
commit
ed0c66b7bd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/Popup.vue

+ 1
- 1
src/components/Popup.vue View File

@@ -1,5 +1,5 @@
1 1
 <template>
2
-  <div class="popup animate__animated animate__fadeIn" @touchmove.prevent>
2
+  <div class="popup animate__animated animate__fadeIn">
3 3
     <slot />
4 4
   </div>
5 5
 </template>