We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdad4d5 commit 787e39eCopy full SHA for 787e39e
src/components/Links.vue
@@ -14,11 +14,7 @@
14
el: '.swiper-pagination',
15
clickable: true,
16
bulletElement: 'div',
17
- }" :mousewheel="{
18
- forceToAxis: true,
19
- releaseOnEdges: true,
20
- sensitivity: 1
21
- }">
+ }" :mousewheel="true">
22
<SwiperSlide v-for="(site, siteIndex) in siteLinksList" :key="'site-' + siteIndex">
23
<el-row class="link-all" :gutter="20">
24
<el-col v-for="(item, index) in site" :span="8" :key="'item-' + index">
0 commit comments