import hdwTree from '@/components/HdwTree/index.vue'; import ycCard from '@/components/ycCard/index.vue'; export function registerGlobalComponents(app) { app.component('hdwTree', hdwTree); app.component('ycCard', ycCard); }