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

3 lines
115 B
Vue

<template functional>
<div ref="cell" class="grid-view__cell" :class="data.staticClass || ''"></div>
</template>