Vben
2021-06-11 3b2c40bec818238bde165656dc17e885f242aa81
1
2
3
4
5
import { withInstall } from '/@/utils';
import qrCode from './src/Qrcode.vue';
 
export const QrCode = withInstall(qrCode);
export * from './src/typing';