mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
141da6ce1f
commit
d9e208227a
1 changed files with 2 additions and 2 deletions
|
@ -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 }) {
|
||||
|
|
Loading…
Reference in a new issue