Skip to content

Commit

Permalink
Fix swiper modules import
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloLec committed Oct 28, 2023
1 parent cb002cd commit fb93bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/vue/src/components/LangSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<script lang="ts">
import { defineComponent } from "vue";
import { Swiper, SwiperSlide } from "swiper/vue";
import { Keyboard, FreeMode, Navigation } from "swiper";
import { Keyboard, FreeMode, Navigation } from "swiper/modules";
// Import Swiper styles
import "swiper/css";
Expand Down

0 comments on commit fb93bf4

Please sign in to comment.