feat: set lang attribute for status body

relate #332
This commit is contained in:
三咲智子 2022-12-05 14:20:42 +08:00
parent e8bdceac68
commit 5b3de2c586
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

@ -14,6 +14,7 @@ const { translation } = useTranslation(status)
v-if="status.content"
:content="status.content"
:emojis="status.emojis"
:lang="status.language"
/>
<div v-else h-3 />
<template v-if="translation.visible">