add: article view
View for blog articles
This commit is contained in:
parent
579491f216
commit
4104477533
15 changed files with 121 additions and 33 deletions
9
app/components/Blog/Excerpt.vue
Normal file
9
app/components/Blog/Excerpt.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<p class="Excerpt">
|
||||
<slot/>
|
||||
</p>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue