mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
6 lines
110 B
Vue
6 lines
110 B
Vue
<template>
|
|
<div class="prose prose-primary dark:prose-invert max-w-none">
|
|
<slot />
|
|
</div>
|
|
</template>
|