vue 条形码
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