Files
web_server/vue/src/components/text/Paragraph.vue
Adam French 3844a32751
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3m50s
Big formatting spree
2026-04-29 09:06:41 +01:00

6 lines
61 B
Vue

<template>
<p class="p-1">
<slot />
</p>
</template>