index.ts 153 Bytes Raw Blame History Permalink 1 2 3 4 5 import { withInstall } from '/@/utils'; import qrCode from './src/Qrcode.vue'; export const QrCode = withInstall(qrCode); export * from './src/typing';