add: basic blog layout
Basic Blog Layout to work on
This commit is contained in:
parent
9d691974ce
commit
91b59e4ebe
15 changed files with 278 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
<script setup lang="ts">
|
||||
type Props = {
|
||||
title : string
|
||||
titleTag ?: 'strong' | 'h3'
|
||||
titleTag ?: 'strong' | 'h3' | 'h2'
|
||||
}
|
||||
|
||||
defineProps<Props>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue