Recently, WHEN USING vue3 reconstruction project, VUE-Barcode was found to be incompatible with VUE3, so I spent some time thinking about this plug-in, wrote and released vue3-barcode, and obtained the license of VUe-barcode, the author of JSbarcode, Johan Lindell.
The installation
npm install vue3-barcode
Copy the code
use
import Vue3Barcode from 'vue3-barcode'
export default defineComponent({
components: {
Vue3Barcode,
},
})
<vue3-barcode value="vue3-barcode" :height="50" />
Copy the code
parameter
For details, see JsBarcode