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