he wei
昨天 011aab07af85ba820b9f96a02c249b7ba26c8d26
src/globalComponents.js
@@ -1,7 +1,9 @@
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('flexLayout', flexLayout);
  app.component('card', card);
  app.component('ycCard', ycCard);
}