File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/core/components/swiper Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ import Parallax from './swiper-src/components/parallax/parallax';
19
19
import Zoom from './swiper-src/components/zoom/zoom' ;
20
20
import Lazy from './swiper-src/components/lazy/lazy' ;
21
21
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' ;
22
24
import A11y from './swiper-src/components/a11y/a11y' ;
23
25
import Autoplay from './swiper-src/components/autoplay/autoplay' ;
24
26
import EffectFade from './swiper-src/components/effect-fade/effect-fade' ;
@@ -43,6 +45,8 @@ Swiper.use([
43
45
Zoom ,
44
46
Lazy ,
45
47
Controller ,
48
+ History ,
49
+ HashNavigation ,
46
50
A11y ,
47
51
Autoplay ,
48
52
EffectFade ,
You can’t perform that action at this time.
0 commit comments