minor
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user