fix: props

(cherry picked from commit 52755b38a9)
pull/420/head
xingyu 2023-10-31 14:25:49 +08:00 committed by shizhong
parent 828a9ddd2f
commit de9e45ba43
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ defineComponent({
name: 'CardTitle'
})
const { title } = defineProps({
defineProps({
title: {
type: String,
required: true