From 3c1e60fc187a8b2f25793ae60fa43ce313e46abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Thu, 16 May 2019 09:27:08 +0200 Subject: [PATCH] fix copy again --- components/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Card.vue b/components/Card.vue index 0677507..54391e2 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -25,7 +25,7 @@ export default { await this.$copyText(`https://webgems.io${currentPath}/#${reference}`) - this.$router.push(`${currentPath}/#${reference}`) + this.$router.push(`${currentPath}#${reference}`) this.checkReference() // window.location = `https://webgems.io${currentPath}/#${reference}` } catch (e) {