he wei
2025-04-23 b9bd29a1a81f6f7de479e3cc3fdfe3d85fc660bf
1
2
3
4
5
6
7
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);
}