|  |  |  | 
|---|
|  |  |  | import PagerView from "@/components/makepager/pager/PagerView" | 
|---|
|  |  |  | import TableCommonView from "@/components/makepager/TableCommonView" | 
|---|
|  |  |  | import DetailListCommonBtn from "@/components/makepager/DetailListCommonBtn" | 
|---|
|  |  |  | import CommonSearch from "@/components/makepager/CommonSearch.vue"; | 
|---|
|  |  |  | import CommonSearch from "@/components/makepager/CommonSearch.vue" | 
|---|
|  |  |  |  | 
|---|
|  |  |  | const components = [SearchCommonView, PublicFunctionBtnView, PagerView, TableCommonView, DetailListCommonBtn, CommonSearch] | 
|---|
|  |  |  | const components = [ | 
|---|
|  |  |  | SearchCommonView, | 
|---|
|  |  |  | PublicFunctionBtnView, | 
|---|
|  |  |  | PagerView, | 
|---|
|  |  |  | TableCommonView, | 
|---|
|  |  |  | DetailListCommonBtn, | 
|---|
|  |  |  | CommonSearch | 
|---|
|  |  |  | ] | 
|---|
|  |  |  | components.forEach((component) => { | 
|---|
|  |  |  | Vue.component(component.name, component) | 
|---|
|  |  |  | }) | 
|---|