Commit 7a2d846 1 parent 3a30096 commit 7a2d846 Copy full SHA for 7a2d846
File tree 5 files changed +3
-6
lines changed
5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 36
36
37
37
<nuxt-img
38
38
v-if =" backdrop"
39
- loading =" lazy"
40
39
:class =" $style.image"
41
40
:alt =" name"
42
41
:src =" backdrop" />
Original file line number Diff line number Diff line change 47
47
48
48
<nuxt-img
49
49
v-if =" type === 'image' && activeItem && activeItem.src"
50
- loading =" lazy"
51
50
:src =" activeItem.src" />
52
51
</div >
53
52
Original file line number Diff line number Diff line change 5
5
<div :class =" $style.poster" >
6
6
<nuxt-img
7
7
v-if =" poster"
8
- loading =" lazy"
9
8
width =" 370"
10
9
height =" 556"
11
10
:src =" poster"
Original file line number Diff line number Diff line change 5
5
<div :class =" $style.poster" >
6
6
<nuxt-img
7
7
v-if =" avatar"
8
- loading = " lazy "
8
+ :src = " avatar "
9
9
width =" 370"
10
10
height =" 556"
11
- :src =" avatar"
12
11
:alt =" person.name" />
13
12
14
13
<span v-else >
37
36
<nuxt-img
38
37
v-if =" avatar"
39
38
:src =" avatar"
39
+ width =" 370"
40
+ height =" 556"
40
41
:alt =" person.name" />
41
42
<!-- eslint-disable-next-line vue/no-v-html -->
42
43
<div v-html =" formatContent(person.biography)" />
Original file line number Diff line number Diff line change 5
5
<div :class =" $style.poster" >
6
6
<nuxt-img
7
7
v-if =" poster"
8
- loading =" lazy"
9
8
width =" 370"
10
9
height =" 556"
11
10
:src =" poster"
You can’t perform that action at this time.
0 commit comments