Browse Source

关闭鼠标悬停stop

master
[liang] 3 years ago
parent
commit
f6898affd6
  1. 2
      src/components/seamless/index.vue

2
src/components/seamless/index.vue

@ -46,7 +46,7 @@ export default {
return { return {
step: 0.5, // step: 0.5, //
limitMoveNum: 2, // this.dataList.length limitMoveNum: 2, // this.dataList.length
hoverStop: true, // stop hoverStop: false, // stop
direction: 1, // 0 1 2 3 direction: 1, // 0 1 2 3
// autoPlay: false, // autoPlay: false,
openWatch: true, // dom openWatch: true, // dom

Loading…
Cancel
Save