mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-29 17:57:37 +08:00
chore: 升级Swiper 10
This commit is contained in:
parent
cc4e08d82b
commit
e03a0f6d3f
@ -28,6 +28,7 @@ const include = [
|
||||
"v-contextmenu",
|
||||
"vue-pdf-embed",
|
||||
"wavesurfer.js",
|
||||
"swiper/modules",
|
||||
"china-area-data",
|
||||
"vue-json-pretty",
|
||||
"@logicflow/core",
|
||||
|
@ -63,7 +63,7 @@
|
||||
"qs": "^6.11.2",
|
||||
"responsive-storage": "^2.2.0",
|
||||
"sortablejs": "^1.15.0",
|
||||
"swiper": "^9.4.1",
|
||||
"swiper": "^10.1.0",
|
||||
"typeit": "^8.7.1",
|
||||
"v-contextmenu": "3.0.0",
|
||||
"v3-infinite-loading": "^1.2.2",
|
||||
|
8556
pnpm-lock.yaml
8556
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -2,8 +2,9 @@
|
||||
import "swiper/css";
|
||||
import "swiper/css/navigation";
|
||||
import "swiper/css/pagination";
|
||||
import SwiperCore from "swiper";
|
||||
import { Swiper, SwiperSlide } from "swiper/vue";
|
||||
import SwiperCore, { Autoplay, Navigation, Pagination } from "swiper";
|
||||
import { Autoplay, Navigation, Pagination } from "swiper/modules";
|
||||
|
||||
defineOptions({
|
||||
name: "Swiper"
|
||||
|
Loading…
Reference in New Issue
Block a user