Browse Source

添加附件按钮

master_hella_20240701
yufei0306 6 months ago
parent
commit
0112afbbdf
  1. 2
      src/components/Annex/src/Annex.vue

2
src/components/Annex/src/Annex.vue

@ -69,7 +69,7 @@ const props = defineProps({
}, },
showAddBtn: { showAddBtn: {
type: Boolean, type: Boolean,
required: true default: true
}, },
}) })
// emit // emit

Loading…
Cancel
Save