This commit is contained in:
André Weller
2019-05-16 09:25:49 +02:00
parent be2f47a8de
commit b23e635509

View File

@@ -24,8 +24,10 @@ export default {
let reference = this.$props.title.replace(/ /g, '').toLowerCase()
await this.$copyText(`https://webgems.io${currentPath}/#${reference}`)
window.location = `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) {
console.error(e);
}