mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 07:37:14 +00:00
barcode column type: playwright tests (WIP)
This commit is contained in:
@@ -31,7 +31,7 @@ onMounted(generate)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<svg v-show="!errorForCurrentInput" ref="barcodeSvgRef" @click="onBarcodeClick"></svg>
|
||||
<svg data-testid="barcode" v-show="!errorForCurrentInput" ref="barcodeSvgRef" @click="onBarcodeClick"></svg>
|
||||
<slot v-if="errorForCurrentInput" name="barcodeRenderError" />
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user