This commit is contained in:
lesion
2022-05-31 15:32:47 +02:00
parent 141da6ce1f
commit d9e208227a

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 }) {