he wei
2025-06-03 a10f3b82e33756ed0cd62a0cbe83bab8674df16f
src/globalComponents.js
@@ -1,7 +1,9 @@
// 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';
import flexLayout from '@/components/FlexLayout.vue';
export function registerGlobalComponents(app) {
  // app.component('hdwTree', hdwTree);
  // app.component('ycCard', ycCard);
  app.component('flexLayout', flexLayout);
  app.component('card', card);
  app.component('ycCard', ycCard);
}