@explorer-1/vue 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@explorer-1/vue",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"vue-bind-once": "^0.2.1",
|
|
32
32
|
"vue3-compare-image": "^1.2.5",
|
|
33
33
|
"vue3-observe-visibility": "^1.0.1",
|
|
34
|
-
"@explorer-1/common": "1.
|
|
34
|
+
"@explorer-1/common": "1.3.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
@@ -35,7 +35,7 @@ import { defineComponent } from 'vue'
|
|
|
35
35
|
import Swiper from 'swiper'
|
|
36
36
|
import { A11y, Navigation } from 'swiper/modules'
|
|
37
37
|
import type { SwiperOptions } from 'swiper/types'
|
|
38
|
-
import swiperOptions from '@explorer-1/common/src/js/_swiperOptions'
|
|
38
|
+
import swiperOptions from '@explorer-1/common/src/js/vendors/_swiperOptions'
|
|
39
39
|
import IconPrev from './../Icons/IconPrev.vue'
|
|
40
40
|
import IconNext from './../Icons/IconNext.vue'
|
|
41
41
|
import BaseButton from './../BaseButton/BaseButton.vue'
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
</div>
|
|
61
61
|
</template>
|
|
62
62
|
<script lang="ts">
|
|
63
|
-
import swiperOptions from '@explorer-1/common/src/js/_swiperOptions'
|
|
63
|
+
import swiperOptions from '@explorer-1/common/src/js/vendors/_swiperOptions'
|
|
64
64
|
import Swiper from 'swiper'
|
|
65
65
|
import { A11y, Navigation } from 'swiper/modules'
|
|
66
66
|
import type { SwiperOptions } from 'swiper/types'
|
|
@@ -101,7 +101,7 @@ import { defineComponent } from 'vue'
|
|
|
101
101
|
import Swiper from 'swiper'
|
|
102
102
|
import { A11y, Navigation } from 'swiper/modules'
|
|
103
103
|
import type { SwiperOptions } from 'swiper/types'
|
|
104
|
-
import swiperOptions from '@explorer-1/common/src/js/_swiperOptions'
|
|
104
|
+
import swiperOptions from '@explorer-1/common/src/js/vendors/_swiperOptions'
|
|
105
105
|
|
|
106
106
|
import IconPrev from './../Icons/IconPrev.vue'
|
|
107
107
|
import IconNext from './../Icons/IconNext.vue'
|