---
id: lazy-src
title: lazy-src
---

## Example

```html
<template>
  <img v-lazy-src="'http://lorempixel.com/300/300'" />
</template>
```
