wrap user component with client-only

This commit is contained in:
Vasily Belolapotkov 2019-10-17 16:45:09 +03:00
parent 56b7aa6d0a
commit 20d9ba2439

View File

@ -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"