This commit is contained in:
André Weller
2019-05-16 09:24:45 +02:00
parent 0603e1a058
commit be2f47a8de

View File

@@ -24,7 +24,7 @@ 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}`
window.location = `https://webgems.io${currentPath}/#${reference}`
// this.$router.push(`${currentPath}#${reference}`)
} catch (e) {
console.error(e);