try new url

This commit is contained in:
André Weller
2019-05-16 09:43:35 +02:00
parent 28edb6de80
commit b260af70c1

View File

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