public share navigation

This commit is contained in:
Peter Papp
2021-08-23 08:30:34 +02:00
parent 882b5543f0
commit 26e3194f21
11 changed files with 193 additions and 56 deletions
@@ -147,6 +147,7 @@
},
computed: {
...mapGetters([
'sharedDetail',
'clipboard',
'user',
]),
@@ -205,8 +206,8 @@
}
},
},
created() {
this.$store.dispatch('getFolder', this.$route.params.id)
mounted() {
this.$store.dispatch('getSharedFolder', this.$route.params.id)
events.$on('context-menu:show', (event, item) => this.item = item)
events.$on('mobile-context-menu:show', item => this.item = item)