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