mirror of
https://github.com/directus/directus.git
synced 2026-02-18 20:34:29 -05:00
Make DrawerItem, DrawerBatch global components (#14751)
* Made DrawerItem, DrawerBatch global components https://github.com/directus/directus/discussions/13139 * Added DrawerItem, DrawerBatch to src/components/register * Removed DrawerItem, DrawerBatch from src/views/register Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -5,6 +5,8 @@ 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 DocsWrapper from '@/views/private/components/docs-wrapper.vue';
|
||||
import DrawerItem from '@/views/private/components/drawer-item.vue';
|
||||
import DrawerBatch from '@/views/private/components/drawer-batch.vue';
|
||||
import { App } from 'vue';
|
||||
import TransitionBounce from './transition/bounce';
|
||||
import TransitionDialog from './transition/dialog';
|
||||
@@ -145,4 +147,6 @@ export function registerComponents(app: App): void {
|
||||
app.component('UserPopover', UserPopover);
|
||||
app.component('ValueNull', ValueNull);
|
||||
app.component('DocsWrapper', DocsWrapper);
|
||||
app.component('DrawerItem', DrawerItem);
|
||||
app.component('DrawerBatch', DrawerBatch);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user