Skip to content

Commit ff493ee

Browse files
committed
Core: Swiper - include history and hash navigation
1 parent e3498e1 commit ff493ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/components/swiper/swiper-class.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import Parallax from './swiper-src/components/parallax/parallax';
1919
import Zoom from './swiper-src/components/zoom/zoom';
2020
import Lazy from './swiper-src/components/lazy/lazy';
2121
import Controller from './swiper-src/components/controller/controller';
22+
import History from './swiper-src/components/history/history';
23+
import HashNavigation from './swiper-src/components/hash-navigation/hash-navigation';
2224
import A11y from './swiper-src/components/a11y/a11y';
2325
import Autoplay from './swiper-src/components/autoplay/autoplay';
2426
import EffectFade from './swiper-src/components/effect-fade/effect-fade';
@@ -43,6 +45,8 @@ Swiper.use([
4345
Zoom,
4446
Lazy,
4547
Controller,
48+
History,
49+
HashNavigation,
4650
A11y,
4751
Autoplay,
4852
EffectFade,

0 commit comments

Comments
 (0)