copy reload

This commit is contained in:
André Weller
2019-05-16 09:35:46 +02:00
parent dbdab4e43a
commit 11b95fb82b

View File

@@ -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) {