Browse Source

fix: props

xingyu 1 year ago
parent
commit
52755b38a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Card/src/CardTitle.vue

+ 1 - 1
src/components/Card/src/CardTitle.vue

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