mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
[Take 2] Register <drawer-collection> in Vue app for relational interface extensions (#18153)
This commit is contained in:
committed by
GitHub
parent
cfe5227798
commit
eea13b43e6
@@ -4,6 +4,7 @@ import RenderTemplate from '@/views/private/components/render-template.vue';
|
||||
import SidebarDetail from '@/views/private/components/sidebar-detail.vue';
|
||||
import UserPopover from '@/views/private/components/user-popover.vue';
|
||||
import ValueNull from '@/views/private/components/value-null.vue';
|
||||
import DrawerCollection from '@/views/private/components/drawer-collection.vue';
|
||||
import DrawerItem from '@/views/private/components/drawer-item.vue';
|
||||
import DrawerBatch from '@/views/private/components/drawer-batch.vue';
|
||||
import { App } from 'vue';
|
||||
@@ -145,6 +146,7 @@ export function registerComponents(app: App): void {
|
||||
app.component('SidebarDetail', SidebarDetail);
|
||||
app.component('UserPopover', UserPopover);
|
||||
app.component('ValueNull', ValueNull);
|
||||
app.component('DrawerCollection', DrawerCollection);
|
||||
app.component('DrawerItem', DrawerItem);
|
||||
app.component('DrawerBatch', DrawerBatch);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user