|
@@ -1,8 +1,6 @@
|
|
|
import { setupDirective } from './directive/index'
|
|
|
-import HcCharts from './echarts/echarts.vue'
|
|
|
import HcMenuIcon from './menu-icon/menu-icon.vue'
|
|
|
import HcIconInput from './icon-input/icon-input.vue'
|
|
|
-import HcSearchInput from './search-input/search-input.vue'
|
|
|
import HcRelatedProject from './related-project/related-project.vue'
|
|
|
|
|
|
//注册全局组件
|
|
@@ -11,9 +9,7 @@ export const setupComponents = (App) => {
|
|
|
setupDirective(App)
|
|
|
|
|
|
//自定义组件
|
|
|
- App.component('HcCharts', HcCharts)
|
|
|
App.component('HcMenuIcon', HcMenuIcon)
|
|
|
App.component('HcIconInput', HcIconInput)
|
|
|
- App.component('HcSearchInput', HcSearchInput)
|
|
|
App.component('HcRelatedProject', HcRelatedProject)
|
|
|
}
|