mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 07:06:47 +00:00
barcode: formatting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user