mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-25 08:47:54 +00:00
16 lines
156 B
Vue
16 lines
156 B
Vue
<template>
|
|
<p class="ab-text">
|
|
<slot />
|
|
</p>
|
|
</template>
|
|
|
|
<script>
|
|
/**
|
|
* @typedef ABImage
|
|
*/
|
|
|
|
export default {
|
|
name: 'ABParagraph',
|
|
}
|
|
</script>
|