This commit is contained in:
André Weller
2019-05-16 09:32:57 +02:00
parent 3c1e60fc18
commit dbdab4e43a

View File

@@ -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);
}