Ver Fonte

fix: props

xingyu há 1 ano atrás
pai
commit
52755b38a9
1 ficheiros alterados com 1 adições e 1 exclusões
  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