From 476f44da44643eb5223817f7788ef534dd3ff42f Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sat, 1 Oct 2022 13:48:12 +0200 Subject: [PATCH] add around flags, SSR seems to be having issues i can't put a finger on --- components/Profile.vue | 4 ++++ routes/profile.vue | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/Profile.vue b/components/Profile.vue index 004f5572d..b6ce62158 100644 --- a/components/Profile.vue +++ b/components/Profile.vue @@ -34,6 +34,7 @@
+
+
@@ -117,8 +119,10 @@ import { buildPronoun } from "../src/buildPronoun"; import spelling from "../plugins/spelling"; import opinions from '../src/opinions'; + import ClientOnly from 'vue-client-only' export default { + components: { ClientOnly }, mixins: [ spelling ], props: { user: { required: true }, diff --git a/routes/profile.vue b/routes/profile.vue index fc7927cd0..d63302091 100644 --- a/routes/profile.vue +++ b/routes/profile.vue @@ -176,11 +176,9 @@