File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Vue.use(LazyloadVue)
35
35
36
36
``` html
37
37
<template >
38
- <img v-lazy-src =" http://lorempixel.com/300/300" />
38
+ <img v-lazy-src =" ' http://lorempixel.com/300/300' " />
39
39
</template >
40
40
```
41
41
@@ -44,7 +44,7 @@ Vue.use(LazyloadVue)
44
44
``` html
45
45
<template >
46
46
<div v-lazy-container class =" scrollingPanel" >
47
- <img v-lazy-src =" http://lorempixel.com/300/300" />
47
+ <img v-lazy-src =" ' http://lorempixel.com/300/300' " />
48
48
... other images
49
49
</div >
50
50
</template >
@@ -77,8 +77,8 @@ Vue.use(LazyloadVue, {
77
77
``` html
78
78
<template >
79
79
<div >
80
- <img v-lazy-src =" http://lorempixel.com/300/300" >
81
- <img v-lazy-src:webp =" http://lorempixel.com/300/300" >
80
+ <img v-lazy-src =" ' http://lorempixel.com/300/300' " >
81
+ <img v-lazy-src:webp =" ' http://lorempixel.com/300/300' " >
82
82
</div >
83
83
</template >
84
84
```
You can’t perform that action at this time.
0 commit comments