Skip to content

Commit 9d46713

Browse files
committed
Added entity detail to global components
1 parent ec6c63e commit 9d46713

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/js/bootstrap/global-components.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import AttributeList from '@/components/AttributeList.vue';
22
import Attribute from '@/components/attribute/Attribute.vue';
3+
import EntityDetail from '@/components/EntityDetail.vue';
34
import EntityTypeList from '@/components/EntityTypeList.vue';
45
import EntityTree from '@/components/tree/Entity.vue';
56
import EntityBreadcrumbs from '@/components/EntityBreadcrumbs.vue';
@@ -30,6 +31,7 @@ export default function initGlobalComponents(app) {
3031
// Components
3132
app.component('AttributeList', AttributeList);
3233
app.component('Attribute', Attribute);
34+
app.component('EntityDetail', EntityDetail);
3335
app.component('EntityTypeList', EntityTypeList);
3436
app.component('EntityTree', EntityTree);
3537
app.component('EntityBreadcrumbs', EntityBreadcrumbs);

0 commit comments

Comments
 (0)