diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-13 14:04:15 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-13 14:04:15 +0000 |
| commit | 51b14cc61578c6aee80fbf63dce2dbb7503914bb (patch) | |
| tree | 5c24fe9969c8a871870a325d3f97c3ed99f6ac80 /src/components/still-image/still-image.vue | |
| parent | 80bd6433aa26d1b8404b0ca7105d9999aa22495b (diff) | |
| parent | 450145dd6b0c91e80b957d7c39dbf6b809b056be (diff) | |
Merge branch 'eientei' into 'develop'
Mute bot posts filtering option
See merge request pleroma/pleroma-fe!1440
Diffstat (limited to 'src/components/still-image/still-image.vue')
| -rw-r--r-- | src/components/still-image/still-image.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/still-image/still-image.vue b/src/components/still-image/still-image.vue index cca75fcb..4ea21506 100644 --- a/src/components/still-image/still-image.vue +++ b/src/components/still-image/still-image.vue @@ -19,6 +19,7 @@ @load="onLoad" @error="onError" > + <slot/> </div> </template> |
