1
This commit is contained in:
@@ -25,7 +25,7 @@ import storeModules, { createStore } from './store'
|
||||
import { createBaseRoutes, setupRouterGuards, createRouter, getRoutes } from './router'
|
||||
|
||||
|
||||
import components ,{ registerGlobalComponents} from './components/index'
|
||||
import components ,{ registerGlobalComponents, registerComponents} from './components/index'
|
||||
|
||||
import pages from './views/index'
|
||||
|
||||
@@ -53,7 +53,7 @@ class AdminFramework {
|
||||
|
||||
this.createBaseRoutes = createBaseRoutes
|
||||
this.setupRouterGuards = setupRouterGuards
|
||||
|
||||
this.registerComponents = registerComponents
|
||||
this.pages = pages
|
||||
this.components = components
|
||||
this.systemApi = systemApi
|
||||
|
||||
Reference in New Issue
Block a user