1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-25 00:46:46 +00:00
bramw_baserow/web-frontend/modules/database/components/view/grid/fields/FunctionalGridViewFieldBlank.vue

4 lines
115 B
Vue

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