From ebb408ae8d5ed84bd8ac3e94d757f5c746ad0f90 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sun, 13 Feb 2022 23:19:06 +0100 Subject: [PATCH] [perf][bug] disable no-ssr and fix hCaptcha rendering in SSR --- components/Captcha.vue | 24 ++++++++++++------------ components/Login.vue | 2 +- layouts/default.vue | 2 +- server/no-ssr.js | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/components/Captcha.vue b/components/Captcha.vue index 3dc0f260..752e02e8 100644 --- a/components/Captcha.vue +++ b/components/Captcha.vue @@ -1,5 +1,5 @@