UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

15 lines (14 loc) 199 B
const barCodeProps = { /** 条码内容 */ value: String, /** 渲染方式 */ tag: { type: String, default: "svg" }, /** 参数 */ options: Object }; export { barCodeProps };