minor
This commit is contained in:
parent
0fca21b7d3
commit
064bf46df7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export default {
|
|||
async asyncData ({ $axios, params, error }) {
|
||||
try {
|
||||
const collection = params.collection
|
||||
const events = await $axios.$get(`/collections/${collection}`)
|
||||
const events = await $axios.$get(`/collections/${encodeURIComponent(collection)}`)
|
||||
return { events, collection }
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
|
|
Loading…
Reference in a new issue