fix copy
This commit is contained in:
@@ -25,9 +25,9 @@ export default {
|
|||||||
|
|
||||||
await this.$copyText(`https://webgems.io${currentPath}/#${reference}`)
|
await this.$copyText(`https://webgems.io${currentPath}/#${reference}`)
|
||||||
|
|
||||||
this.$router.push(`${currentPath}#${reference}`)
|
window.location.reload(`https://webgems.io${currentPath}#${reference}`)
|
||||||
this.checkReference()
|
// this.$router.push(`${currentPath}#${reference}`)
|
||||||
// window.location = `https://webgems.io${currentPath}/#${reference}`
|
// this.checkReference()
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user