UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

15 lines (14 loc) 296 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const barCodeProps = { /** 条码内容 */ value: String, /** 渲染方式 */ tag: { type: String, default: "svg" }, /** 参数 */ options: Object }; exports.barCodeProps = barCodeProps;