customComponents.ts 128 B

1234567
  1. /**
  2. * 全局注册自定义组件 待完善
  3. * @param app
  4. */
  5. export function setupCustomComponents() {
  6. // app.component()
  7. }