Ben Lin
2024-07-06 44ef538691b8be0fd925ca80c49157bad14962e8
1
2
3
4
5
import { withInstall } from '@/utils';
import qrCode from './src/Qrcode.vue';
 
export const QrCode = withInstall(qrCode);
export * from './src/typing';