This commit is contained in:
lesion 2022-05-31 15:32:47 +02:00
parent 141da6ce1f
commit d9e208227a
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -141,8 +141,8 @@ export default {
name: 'Event', name: 'Event',
mixins: [clipboard], mixins: [clipboard],
components: { components: {
EventAdmin: () => import(/* webpackChunkName: "event" */'@/components/eventAdmin'), EventAdmin: () => import('@/components/eventAdmin'),
EmbedEvent: () => import(/* webpackChunkName: "event" */'@/components/embedEvent'), EmbedEvent: () => import('@/components/embedEvent'),
MyPicture MyPicture
}, },
async asyncData ({ $axios, params, error }) { async asyncData ({ $axios, params, error }) {