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