1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-24 16:36:46 +00:00
bramw_baserow/web-frontend/modules/database/components/card/RowCardFieldText.vue
2021-11-23 16:48:51 +00:00

12 lines
144 B
Vue

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