Browse Source

多选框滑动3297

zhouna 5 năm trước cách đây
mục cha
commit
27992e6cff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/common/Select.vue

+ 1 - 1
src/common/Select.vue

@@ -1,6 +1,6 @@
 <template>
   <portal to="notification-outlet">
-  <div class="select">
+  <div class="select" @touchmove.prevent>
     <ul class="clearfix">
       <li
         v-for="(item,idx) in result"