1.0.2 • Published 5 years ago

vue2-photo-carousel v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

vue-photo-carousel

Photo display of a vue 2.0 component

install

npm install vue-photo-carousel --save

how to use

template:
	 <PhotosBox :pics="photos" ></PhotosBox>

script:
	//import
	import PhotosBox from 'vue-photo-carousel'//图片查看器
	
	//define
	components:{
		PhotosBox
	},
	//set default data
	data(){
		return{
			photos:['xx','xx']
		}
	}
	

props description

photos:photo address list
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago