1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-17 14:22:02 +00:00
bramw_baserow/web-frontend/modules/database/components/view/grid/fields/FunctionalGridViewFieldLongText.vue

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
164 B
Vue
Raw Permalink Normal View History

<template functional>
<div class="grid-view__cell grid-field-long-text__cell">
<div class="grid-field-long-text">{{ props.value }}</div>
</div>
</template>