【vue】生成条形码

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

    原文作者:顾鸟
    原文地址: https://blog.csdn.net/qq_40881695/article/details/121650382
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞