From b260af70c12439d75299a73427e59a258328d1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Thu, 16 May 2019 09:43:35 +0200 Subject: [PATCH] try new url --- components/Card.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/Card.vue b/components/Card.vue index 15228d6..96d2c73 100644 --- a/components/Card.vue +++ b/components/Card.vue @@ -25,9 +25,7 @@ export default { await this.$copyText(`https://webgems.io${currentPath}#${reference}`) - window.location.replace(`https://webgems.io${currentPath}#${reference}`) - // this.$router.push(`${currentPath}#${reference}`) - // this.checkReference() + this.$router.push(`https://webgems.io${currentPath}#${reference}`) } catch (e) { console.error(e); }