Yansen hace 2 años
padre
commit
ed0c66b7bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/components/Popup.vue

+ 1
- 1
src/components/Popup.vue Ver fichero

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