mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +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
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										8556
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user