mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
8 lines
246 B
TypeScript
8 lines
246 B
TypeScript
import { withInstall } from '../util';
|
|
|
|
import { createAsyncComponent } from '/@/utils/factory/createAsyncComponent';
|
|
export const QrCode = createAsyncComponent(() => import('./src/index.vue'));
|
|
|
|
withInstall(QrCode);
|
|
export * from './src/types';
|