Browse code

Refactor and rewrite as contao bundle

Benjamin Roth authored on04/11/2022 22:32:32
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+/**
2
+ * Swiper Vue 6.3.3
3
+ * Most modern mobile touch slider and framework with hardware accelerated transitions
4
+ * http://swiperjs.com
5
+ *
6
+ * Copyright 2014-2020 Vladimir Kharlampidi
7
+ *
8
+ * Released under the MIT License
9
+ *
10
+ * Released on: October 9, 2020
11
+ */
12
+
13
+import { Swiper } from './esm/vue/swiper';
14
+import { SwiperSlide } from './esm/vue/swiper-slide';
15
+export { Swiper, SwiperSlide };