mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Allow value-null to be used globally
This commit is contained in:
@@ -114,9 +114,11 @@ import RenderTemplate from '@/views/private/components/render-template';
|
||||
import DrawerDetail from '@/views/private/components/drawer-detail/';
|
||||
import FilterDrawerDetail from '@/views/private/components/filter-drawer-detail';
|
||||
import UserPopover from '@/views/private/components/user-popover';
|
||||
import ValueNull from '@/views/private/components/value-null';
|
||||
|
||||
Vue.component('render-display', RenderDisplay);
|
||||
Vue.component('render-template', RenderTemplate);
|
||||
Vue.component('filter-drawer-detail', FilterDrawerDetail);
|
||||
Vue.component('drawer-detail', DrawerDetail);
|
||||
Vue.component('user-popover', UserPopover);
|
||||
Vue.component('value-null', ValueNull);
|
||||
|
||||
Reference in New Issue
Block a user