1. 安装
npm install vue-barcode --save
2. 引入注册
import VueBarcode from 'vue-barcode';
components: {
VueBarcode
}
3. 使用
<vue-barcode value="value-to-render" :width="1.5" :height="50">
Show this if the rendering fails.
</vue-barcode>
参考链接:
https://github.com/lindell/vue-barcode
https://github.com/lindell/JsBarcode/wiki/Options