mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
wrap user component with client-only
This commit is contained in:
parent
56b7aa6d0a
commit
20d9ba2439
@ -10,7 +10,9 @@
|
||||
</hc-teaser-image>
|
||||
<ds-card>
|
||||
<ds-space />
|
||||
<hc-user :user="currentUser" :trunc="35" />
|
||||
<client-only>
|
||||
<hc-user :user="currentUser" :trunc="35" />
|
||||
</client-only>
|
||||
<ds-space />
|
||||
<ds-input
|
||||
model="title"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user