fix: post arry keyword and category
This commit is contained in:
parent
7b3b143e2d
commit
f532ea3ae7
3 changed files with 27 additions and 26 deletions
|
|
@ -19,8 +19,8 @@ const props = withDefaults(
|
|||
mode: 'create' | 'edit'
|
||||
title?: string
|
||||
description?: string
|
||||
keyword?: string
|
||||
category?: string
|
||||
keyword?: string[]
|
||||
category?: string[]
|
||||
}>(),
|
||||
{
|
||||
open: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue