Ver código fonte

fix: props

(cherry picked from commit 52755b38a96fd59d90da4929c5d4a3ee4798477f)
xingyu 1 ano atrás
pai
commit
de9e45ba43
1 arquivos 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