Skip to content

Commit d0a7d48

Browse files
committed
fix: 移除 swiper-list 子滚动条 bounce 效果
1 parent 166555f commit d0a7d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/template/swiper-list-nvue/swiper-page.nvue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<view class="uni-swiper-page">
3-
<list ref="list" class="list" :offset-accuracy="5">
3+
<list ref="list" class="list" :offset-accuracy="5" :bounce="false">
44
<cell v-for="(item, index) in dataList" :key="item.id" :ref="'item'+index">
55
<view class="list-item">
66
<text>{{item.name}}</text>

0 commit comments

Comments
 (0)