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