components.js 182 Bytes Raw Blame History Permalink 1 2 3 4 5 import CustomerDevelopViewer from '@/pages/dev_manage/viewer.vue' export default function registerComponents(Vue) { Vue.component('CustomerDevelopViewer', CustomerDevelopViewer) }