This commit is contained in:
lesion 2022-12-23 01:17:19 +01:00
parent 0fca21b7d3
commit 064bf46df7
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -31,7 +31,7 @@ export default {
async asyncData ({ $axios, params, error }) { async asyncData ({ $axios, params, error }) {
try { try {
const collection = params.collection const collection = params.collection
const events = await $axios.$get(`/collections/${collection}`) const events = await $axios.$get(`/collections/${encodeURIComponent(collection)}`)
return { events, collection } return { events, collection }
} catch (e) { } catch (e) {
console.error(e) console.error(e)