File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 11import AttributeList from '@/components/AttributeList.vue' ;
22import Attribute from '@/components/attribute/Attribute.vue' ;
3+ import EntityDetail from '@/components/EntityDetail.vue' ;
34import EntityTypeList from '@/components/EntityTypeList.vue' ;
45import EntityTree from '@/components/tree/Entity.vue' ;
56import 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 ) ;
You can’t perform that action at this time.
0 commit comments