1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-31 13:34:21 +00:00

share link

This commit is contained in:
Maxime Moraine 2020-06-11 12:21:40 +02:00
commit 66757c7cf0
4 changed files with 20 additions and 15 deletions

View file

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