he wei
2025-05-21 4f2e7984e3f63ac3b869f7301cda7e74914922a1
src/globalComponents.js
@@ -1,7 +1,7 @@
// import hdwTree from '@/components/HdwTree/index.vue';
// import ycCard from '@/components/ycCard/index.vue';
import card from '@/components/card.vue';
import ycCard from '@/components/ycCard/index.vue';
export function registerGlobalComponents(app) {
  // app.component('hdwTree', hdwTree);
  // app.component('ycCard', ycCard);
  app.component('card', card);
  app.component('ycCard', ycCard);
}