diff --git a/package.json b/package.json index 1a24b10..a08a75f 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,9 @@ }, "dependencies": { "autoprefixer": "^10.4.14", - "postcss-px-to-viewport": "^1.1.1", "pinia": "^2.0.32", + "postcss-px-to-viewport": "^1.1.1", + "swiper": "^9.3.2", "vue": "^3.2.45", "vue-router": "^4.0.13" }, diff --git a/src/components/Swiper.vue b/src/components/Swiper.vue new file mode 100644 index 0000000..afad721 --- /dev/null +++ b/src/components/Swiper.vue @@ -0,0 +1,42 @@ + + + + + diff --git a/src/pages/index.vue b/src/pages/index.vue index a9cd593..1509044 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,5 +1,6 @@