fix: post arry keyword and category

This commit is contained in:
somnetsak123 2023-12-01 09:26:34 +07:00
parent 7b3b143e2d
commit f532ea3ae7
3 changed files with 27 additions and 26 deletions

View file

@ -19,8 +19,8 @@ const props = withDefaults(
mode: 'create' | 'edit'
title?: string
description?: string
keyword?: string
category?: string
keyword?: string[]
category?: string[]
}>(),
{
open: false,