richcontent support in polls, user cards and user profiles
This commit is contained in:
parent
6c6df29ed3
commit
4c974f5ca2
14 changed files with 69 additions and 86 deletions
|
@ -7,7 +7,10 @@
|
|||
@parseReady="$emit('parseReady', $event)"
|
||||
>
|
||||
<div v-if="status.poll && status.poll.options">
|
||||
<poll :base-poll="status.poll" :emoji="status.emojis" />
|
||||
<Poll
|
||||
:base-poll="status.poll"
|
||||
:emoji="status.emojis"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue