mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-12-17 23:50:29 +00:00
share link
This commit is contained in:
commit
66757c7cf0
4 changed files with 20 additions and 15 deletions
|
|
@ -74,7 +74,7 @@ export default {
|
|||
},
|
||||
|
||||
mounted () {
|
||||
let brew64 = this.$route.query.brew
|
||||
let brew64 = this.$route.query.h
|
||||
if (brew64) {
|
||||
this.brew = decode(brew64)
|
||||
}
|
||||
|
|
@ -117,7 +117,7 @@ export default {
|
|||
|
||||
methods: {
|
||||
share () {
|
||||
this.$store.commit('setShareURI', this.$route.query.brew)
|
||||
this.$store.commit('setShareURI', this.$route.query.h)
|
||||
this.$store.commit('setIsOpenShareHomebrewDialog', true)
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue