Skip to content

Image-DEMO


vue
<fv-Image src="https://github.com/aleversn/VFluent/blob/master/examples/assert/sample/1.jpg?raw=true" style="width: 500px; height: 300px;"></fv-Image>
vue
<fv-Image src="https://github.com/aleversn/VFluent/blob/master/examples/assert/sample/2.jpg?raw=true" style="width: 500px; height: 300px;"></fv-Image>

Image-Lazy Load


vue
<fv-Image src="https://github.com/aleversn/VFluent/blob/master/examples/assert/sample/3.jpg?raw=true" :onlazy="true" style="width: 500px; height: 300px;"></fv-Image>

Properties


PropertyTypeRequiredDefaultDescription
srcstringNo''See the Image src option.
onlazybooleanNofalseSee the Image onlazy option.
themestringNo'global'See the Image theme option.
disabledbooleanNofalseSee the Image disabled option.
langstringNo"global"See the Image lang option.

MIT Licensed