<view @touchmove.stop.prevent="()=>{}" />
使用示例
<view class="u-popup" @touchmove.stop.prevent="()=>{}">
<u-overlay
:show="show"
@click="overlayClick"
v-if="overlay"
:duration="overlayDuration"
:customStyle="overlayStyle"
:opacity="overlayOpacity"
:zIndex="zIndex"
></u-overlay>
</view>