Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
fix(core): replace <no-ssr> with <client-only>
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed Dec 18, 2019
1 parent 725bf54 commit fcc90e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@statusfy/core/client/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
{{ $t("title") }}
</component>

<no-ssr>
<client-only>
<Subscribe v-if="displaySubscribe" class="subscribe-container" />
</no-ssr>
</client-only>
</div>
</template>

Expand Down

0 comments on commit fcc90e3

Please sign in to comment.