components.js 182 Bytes
import CustomerDevelopViewer from '@/pages/dev_manage/viewer.vue'

export default function registerComponents(Vue) {
  Vue.component('CustomerDevelopViewer', CustomerDevelopViewer)
}