fix: props

main
xingyu 2 years ago
parent 13f31c19f5
commit 52755b38a9

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

Loading…
Cancel
Save