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