Add not blog found card
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<script lang="ts" setup>
|
||||
interface Props {
|
||||
path: string
|
||||
title: string
|
||||
date: string
|
||||
description: string
|
||||
image: string
|
||||
alt: string
|
||||
ogImage: string
|
||||
tags: Array<string>
|
||||
published: boolean
|
||||
path?: string
|
||||
title?: string
|
||||
date?: string
|
||||
description?: string
|
||||
image?: string
|
||||
alt?: string
|
||||
ogImage?: string
|
||||
tags?: Array<string>
|
||||
published?: boolean
|
||||
}
|
||||
|
||||
withDefaults(defineProps<Props>(), {
|
||||
|
||||
Reference in New Issue
Block a user