[U] Update blog model
This commit is contained in:
@@ -33,6 +33,7 @@ import moment from "moment";
|
|||||||
|
|
||||||
export interface BlogPostMeta
|
export interface BlogPostMeta
|
||||||
{
|
{
|
||||||
|
id: number
|
||||||
title: string
|
title: string
|
||||||
tags: string[]
|
tags: string[]
|
||||||
file: string
|
file: string
|
||||||
@@ -42,6 +43,8 @@ export interface BlogPostMeta
|
|||||||
|
|
||||||
subtitle?: string
|
subtitle?: string
|
||||||
title_image?: string
|
title_image?: string
|
||||||
|
category?: string
|
||||||
|
pinned?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
@Options({components: {Tag}})
|
@Options({components: {Tag}})
|
||||||
|
|||||||
Reference in New Issue
Block a user