Photo display of a vue 2.0 component
npm install vue2-photo-carousel --save-dev
template:
<PhotosBox :pics="photos" ></PhotosBox>
script:
//import
import PhotosBox from 'vue2-photo-carousel'
//define
components:{
PhotosBox
},
//set default data
data(){
return{
photos:['xx','xx']
}
}
photos:photo address list