Skip to content

Commit 52755b3

Browse files
committed
fix: props
1 parent 13f31c1 commit 52755b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Card/src/CardTitle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defineComponent({
33
name: 'CardTitle'
44
})
55
6-
const { title } = defineProps({
6+
defineProps({
77
title: {
88
type: String,
99
required: true

0 commit comments

Comments
 (0)