1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-19 03:13:51 +00:00
bramw_baserow/web-frontend/modules/database/components/card/RowCardFieldAutonumber.vue
2023-12-13 08:48:58 +00:00

11 lines
146 B
Vue

<template functional>
<div class="card-number">
{{ props.value }}
</div>
</template>
<script>
export default {
height: 16,
}
</script>