aboutsummaryrefslogtreecommitdiff
path: root/src/components/still-image/still-image.vue
diff options
context:
space:
mode:
authorIlja <ilja@ilja.space>2022-03-26 12:07:57 +0100
committerIlja <ilja@ilja.space>2022-03-26 12:07:57 +0100
commitc34fdd46daedf94b8c777e541623f166dabde798 (patch)
treef3f766970638cbffdbeac29b4b8a39d66f3b34bc /src/components/still-image/still-image.vue
parent2dd75ca76cd36846e76d74fc2f4d5dcedfcc66d7 (diff)
parentfd77c583bf18be81b628d92b1f95cc14a2d9c09d (diff)
Merge remote-tracking branch 'pleroma/develop' into improve_delete_user_confirmation_message
Diffstat (limited to 'src/components/still-image/still-image.vue')
-rw-r--r--src/components/still-image/still-image.vue1
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..e939b532 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>