barcode: formatting

This commit is contained in:
flisowna
2022-12-26 22:12:58 +01:00
parent 9fa675ace7
commit 3150b986bb
2 changed files with 2 additions and 2 deletions

View File

@@ -34,6 +34,6 @@ onMounted(generate)
</script>
<template>
<svg class="w-full" data-testid="barcode" v-show="!errorForCurrentInput" ref="barcodeSvgRef" @click="onBarcodeClick"></svg>
<svg v-show="!errorForCurrentInput" ref="barcodeSvgRef" class="w-full" data-testid="barcode" @click="onBarcodeClick"></svg>
<slot v-if="errorForCurrentInput" name="barcodeRenderError" />
</template>