Ben Lin
2024-06-27 dfd2d0218bbcea93b4bfb0e7ca7ac9b1cc1cc7da
src/components/Qrcode/index.ts
@@ -1,4 +1,4 @@
import { withInstall } from '/@/utils';
import { withInstall } from '@/utils';
import qrCode from './src/Qrcode.vue';
export const QrCode = withInstall(qrCode);