Skip to content

QRCode

用于显示二维码,不能输入

参数

ts
type SchemaQrCodeWidgetOptions = {
    errorCorrection?: 'L' | 'M' | 'Q' | 'H';
    fill?: boolean;
    radius?: number;
    background?: string;
};

示例

loading