refactor: drop Setup
suffix for setup components
This commit is contained in:
parent
fded94c93d
commit
f165eebed3
9 changed files with 26 additions and 9 deletions
|
@ -9,7 +9,7 @@ const { translation } = useTranslation(status)
|
|||
|
||||
<template>
|
||||
<div class="status-body" whitespace-pre-wrap break-words>
|
||||
<ContentRichSetup
|
||||
<ContentRich
|
||||
:content="translation.visible ? translation.text : status.content"
|
||||
:emojis="status.emojis"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue