@@ -1,5 +1,4 @@
import {
- Button,
closeToast,
Icon,
Loading,
@@ -9,8 +8,6 @@ import {
Swipe,
SwipeInstance,
SwipeItem,
- Tab,
- Tabs
} from 'vant'
defineComponent,
@@ -21,7 +18,6 @@ import {
ref,
watch,
Transition,
- computed
} from 'vue'
import iconBack from './image/back.svg'
import styles from './index.module.less'
@@ -402,6 +398,7 @@ export default defineComponent({
ref={swipeRef}
showIndicators={false}
loop={false}
+ duration={0}
vertical
lazyRender={true}
touchable={false}