components.d.ts 291 B

123456789
  1. // import cButton from '@common/src/components/frame/btn-1.vue';
  2. // import cDialog from '@common/src/components/frame/c-dialog.vue';
  3. // declare module '@vue/runtime-core' {
  4. // export interface GlobalComponents {
  5. // cButton: typeof cButton;
  6. // cDialog: typeof cDialog;
  7. // }
  8. // }