|
@@ -2,6 +2,7 @@ import { setupDirective } from './directive/index'
|
|
|
import HcMenuIcon from './menu-icon/menu-icon.vue'
|
|
|
import HcIconInput from './icon-input/icon-input.vue'
|
|
|
import HcRelatedProject from './related-project/related-project.vue'
|
|
|
+import HcTableForm from './table-form/table-form.vue'
|
|
|
|
|
|
//注册全局组件
|
|
|
export const setupComponents = (App) => {
|
|
@@ -12,4 +13,5 @@ export const setupComponents = (App) => {
|
|
|
App.component('HcMenuIcon', HcMenuIcon)
|
|
|
App.component('HcIconInput', HcIconInput)
|
|
|
App.component('HcRelatedProject', HcRelatedProject)
|
|
|
+ App.component('HcTableForm', HcTableForm)
|
|
|
}
|