lindell / vue-barcode

Barcode generator for Vue.js
MIT License
220 stars 26 forks source link

i can't change the style #23

Closed dancoLgh closed 4 years ago

dancoLgh commented 4 years ago

hello, ignore the options I put

<barcode :value="codigo" :option='{format: "pharmacode", width:4, height:40, displayValue: false}'> <i style="font-size:10px;" class="fa fa-spinner fa-pulse fa-fw"></i> <span style="font-size:10px;">Gerando código de barras.</span> </barcode>

vishy-experiments commented 4 years ago

Passing individual value as prop works for me. Example: <barcode value="112211" :width="3" :height="25"></barcode>