1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-21 20:26:06 +00:00
bramw_baserow/web-frontend/modules/database/components/view/grid/fields/FunctionalGridViewFieldPhoneNumber.vue

7 lines
155 B
Vue

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