fix copy again

This commit is contained in:
André Weller
2019-05-16 09:27:08 +02:00
parent b23e635509
commit 3c1e60fc18

View File

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