From dbdab4e43a453b83de1550604a00949bce3c0973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Thu, 16 May 2019 09:32:57 +0200 Subject: [PATCH] fix copy --- components/Card.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Card.vue b/components/Card.vue index 54391e2..249faea 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -25,9 +25,9 @@ export default { await this.$copyText(`https://webgems.io${currentPath}/#${reference}`) - this.$router.push(`${currentPath}#${reference}`) - this.checkReference() - // window.location = `https://webgems.io${currentPath}/#${reference}` + window.location.reload(`https://webgems.io${currentPath}#${reference}`) + // this.$router.push(`${currentPath}#${reference}`) + // this.checkReference() } catch (e) { console.error(e); }