1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-13 00:38:06 +00:00
bramw_baserow/web-frontend/modules/builder/components/elements/baseComponents/ABParagraph.vue

15 lines
161 B
Vue

<template>
<p class="ab-paragraph">
<slot />
</p>
</template>
<script>
/**
* @typedef ABImage
*/
export default {
name: 'ABParagraph',
}
</script>