6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
import { withInstall } from '@jeesite/core/utils';
|
|
import qrCode from './src/Qrcode.vue';
|
|
|
|
export const QrCode = withInstall(qrCode);
|
|
export * from './src/typing';
|