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',
mixins: [clipboard],
components: {
EventAdmin: () => import(/* webpackChunkName: "event" */'@/components/eventAdmin'),
EmbedEvent: () => import(/* webpackChunkName: "event" */'@/components/embedEvent'),
EventAdmin: () => import('@/components/eventAdmin'),
EmbedEvent: () => import('@/components/embedEvent'),
MyPicture
},
async asyncData ({ $axios, params, error }) {