@ -69,7 +69,7 @@ const props = defineProps({
},
showAddBtn: {
type: Boolean,
required: true
default: true
})
// 子传父的时候需要先定义好emit这个方法