1
This commit is contained in:
@@ -29,7 +29,7 @@ const funTool = {
|
||||
|
||||
import storeModules, { userModule, appModule } from './store'
|
||||
|
||||
import routerConfig, { createBaseRoutes, setupRouterGuards } from './router'
|
||||
import { createBaseRoutes, setupRouterGuards } from './router'
|
||||
|
||||
import HomePage from './views/home/index.vue'
|
||||
|
||||
@@ -75,6 +75,7 @@ class AdminFramework {
|
||||
this.config = {}
|
||||
this.store = null
|
||||
this.router = null
|
||||
this.ViewUI = null
|
||||
|
||||
this.tools = tools
|
||||
this.uiTool = uiTool
|
||||
@@ -119,6 +120,7 @@ class AdminFramework {
|
||||
|
||||
const { config = {}, ViewUI, VueRouter, Vuex, createPersistedState, componentMap } = options
|
||||
this.config = config
|
||||
this.ViewUI = ViewUI
|
||||
|
||||
if (ViewUI) {
|
||||
Vue.use(ViewUI)
|
||||
|
||||
Reference in New Issue
Block a user