npm install vue-barcode

import VueBarcode from 'vue-barcode';

new Vue({
  components: {
    'barcode': VueBarcode
  }
})

<barcode value="value-to-render" format="barcode-format" ...more options>
  Show this if the rendering fails.
</barcode>

注意:value 不支持中文
https://github.com/lindell/vue-barcode

标签: none

添加新评论