generated from gitea_admin/default
dev
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<div class="contact_spe_descripion_item contact_spe_descripion_item--poste">{{ poste }}</div>
|
||||
<div class="contact_spe_descripion_item contact_spe_descripion_item--numero">{{ numero }}</div>
|
||||
<div class="contact_spe_descripion_item contact_spe_descripion_item--numero">{{ mail }}</div>
|
||||
<div class="contact_spe_descripion_item contact_spe_descripion_item--numero">{{ adresse }}</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
@@ -17,26 +18,12 @@
|
||||
import DsHeading from '@root/design-system/primitives/DsHeading.vue'
|
||||
|
||||
defineProps({
|
||||
titre: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
nom: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
poste: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
numero: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
mail: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
titre: { type: String, required: true },
|
||||
nom: { type: String, required: true },
|
||||
poste: { type: String, required: true },
|
||||
numero: { type: String, required: true },
|
||||
mail: { type: String, required: true },
|
||||
adresse: { type: String, required: true}
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user