Nuxt 초기 세팅 추가
This commit is contained in:
5
components/content/ProseBlockquote.vue
Normal file
5
components/content/ProseBlockquote.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<blockquote class="prose-blockquote my-8 border-l-4 border-ink bg-surface px-5 py-4 text-xl font-medium leading-8">
|
||||
<slot />
|
||||
</blockquote>
|
||||
</template>
|
||||
Reference in New Issue
Block a user