mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-25 00:46:46 +00:00
6 lines
164 B
Vue
6 lines
164 B
Vue
<template functional>
|
|
<div class="grid-view__cell grid-field-long-text__cell">
|
|
<div class="grid-field-long-text">{{ props.value }}</div>
|
|
</div>
|
|
</template>
|