hy-app
Version:
修复上传提示功能
21 lines (18 loc) • 410 B
text/typescript
import type IProps from "./typing";
const defaultProps: IProps = {
cid: "hy-qrcode-canvas" + Math.random().toString(),
size: 200,
text: "",
show: true,
background: "#ffffff",
foreground: "#000000",
pdGround: "#000000",
usingComponents: true,
lv: 3,
icon: "",
iconSize: 40,
showLoading: true,
loadingText: "二维码生成中",
allowPreview: false,
};
export default defaultProps;