1
This commit is contained in:
@@ -4,10 +4,10 @@ import ParentView from './parent-view'
|
||||
// 导入页面组件
|
||||
import pages from '../views/index'
|
||||
const {
|
||||
LoginPage,
|
||||
Page401,
|
||||
Page404,
|
||||
Page500
|
||||
LoginPage,
|
||||
Page401,
|
||||
Page404,
|
||||
Page500
|
||||
} = pages
|
||||
|
||||
import Tables from './tables'
|
||||
@@ -60,6 +60,11 @@ export function registerComponents(Vue, components = {}) {
|
||||
})
|
||||
}
|
||||
|
||||
export {
|
||||
registerGlobalComponents,
|
||||
registerComponents
|
||||
}
|
||||
|
||||
export default {
|
||||
Main,
|
||||
ParentView,
|
||||
@@ -77,8 +82,8 @@ export default {
|
||||
editModal,
|
||||
fieldItem,
|
||||
FieldRenderer,
|
||||
registerGlobalComponents,
|
||||
registerComponents
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user