Browse Source

fix: props

xingyu 1 năm trước cách đây
mục cha
commit
52755b38a9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Card/src/CardTitle.vue

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

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