mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-14 08:58:56 +00:00
5 lines
164 B
Vue
5 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>
|