Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jun 3, 2020
1 parent beaf50b commit 95e0d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground-react/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SwiperCore.use([Navigation, Pagination, Scrollbar, A11y]);

const App = () => {
return (
<div id="app">
<main>
<Swiper
onSwiper={(swiper) => (window.swiper = swiper)}
slidesPerView={3}
Expand All @@ -26,7 +26,7 @@ const App = () => {
<SwiperSlide>Slide 9</SwiperSlide>
<SwiperSlide>Slide 10</SwiperSlide>
</Swiper>
</div>
</main>
);
};

Expand Down

0 comments on commit 95e0d26

Please sign in to comment.