Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 569 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 569 Bytes

vue2-image-loader

a image loader component for vue2

Coverage Status

install

npm install vue2-image-loader --save-dev

how to use

template:
	<ImgLoader :defaultImgUrl="'error.png'" :imgUrl="imgurl" />

script:
	//import
	import ImgLoader from 'vue2-image-loader'
	//define
	components:{
		ImgLoader
	}

props description

defaultImgUrl:a default image if the target image can't load
imgUrl:target image to load