diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-07-07 12:14:58 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-07-07 12:14:58 +0000 |
| commit | ec26ff04ce541c3ba5a7f89d57cd04f74e79cfcc (patch) | |
| tree | 7b85ca1b8001d4aedb4a49291c1c5425f30853b0 /src/components/still-image/still-image.vue | |
| parent | bbb977a04475a445fc0588af86b3c5eb33ec0577 (diff) | |
| parent | 0fe5d4cf1074fe6c4a811728de187fccadf1cac3 (diff) | |
Merge branch 'xenofem/pleroma-fe-rebased-image-description-authoring' into 'develop'
media description authoring v3
See merge request pleroma/pleroma-fe!1161
Diffstat (limited to 'src/components/still-image/still-image.vue')
| -rw-r--r-- | src/components/still-image/still-image.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index f2ddeb7b..2ebf33ba 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -11,6 +11,8 @@ <img ref="src" :key="src" + :alt="alt" + :title="alt" :src="src" :referrerpolicy="referrerpolicy" @load="onLoad" |
