mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
places and tags are always taken server side
This commit is contained in:
parent
47ed677362
commit
43ba760bb8
1 changed files with 0 additions and 4 deletions
|
@ -72,10 +72,6 @@ export default {
|
|||
name: 'Exports',
|
||||
components: { List, FollowMe },
|
||||
async asyncData ({ $axios, params, store }) {
|
||||
// get metadata just in case we are not coming from home
|
||||
if (store.state.tags.length) { return }
|
||||
const { tags, places } = await $axios.$get('/event/meta')
|
||||
store.commit('update', { tags, places })
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue