sard-uniapp
Version:
sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库
21 lines (20 loc) • 475 B
JavaScript
import { defaultConfig } from '../config';
export const defaultBarcodeProps = () => ({
value: '',
format: 'CODE128',
width: 2,
height: 100,
color: '#000',
background: '#fff',
displayValue: true,
textPosition: 'bottom',
textAlign: 'center',
textMargin: 5,
fontStyle: 'normal',
fontWeight: 'normal',
fontSize: 14,
fontFamily: 'monospace',
margin: 10,
showMenuByLongpress: false,
...defaultConfig.barcode,
});