diff --git a/src/components/detail/ModalSection.vue b/src/components/detail/ModalSection.vue index 1eea77a..b635e1b 100644 --- a/src/components/detail/ModalSection.vue +++ b/src/components/detail/ModalSection.vue @@ -4,6 +4,10 @@ defineProps({ type: String, required: true, }, + icon: { + type: String, + default: '', + }, subtitle: { type: String, default: '', @@ -13,10 +17,10 @@ defineProps({