confirm modal + lint

This commit is contained in:
Henry Jameson 2026-06-03 02:19:25 +03:00
commit 0eb652f95f
41 changed files with 182 additions and 131 deletions

View file

@ -69,12 +69,10 @@ const Attachment = {
}
},
components: {
Flash: defineAsyncComponent(
() => import( 'src/components/flash/flash.vue'),
),
Flash: defineAsyncComponent(() => import('src/components/flash/flash.vue')),
StillImage,
VideoAttachment: defineAsyncComponent(
() => import( 'src/components/video_attachment/video_attachment.vue'),
() => import('src/components/video_attachment/video_attachment.vue'),
),
Popover,
},