refactor(c-key-value-list): got rid of table for layout (#611)

This commit is contained in:
Corentin THOMASSET 2023-09-03 18:12:22 +02:00 committed by GitHub
parent c7d4562d3b
commit 7ab9204e96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 49 additions and 33 deletions

View file

@ -60,7 +60,7 @@ const ibanExamples = [
<div>
<c-input-text v-model:value="rawIban" placeholder="Enter an IBAN to check for validity..." test-id="iban-input" />
<c-key-value-list :items="ibanInfo" my-5 />
<c-key-value-list :items="ibanInfo" my-5 data-test-id="iban-info" />
<c-card title="Valid IBAN examples">
<div v-for="iban in ibanExamples" :key="iban">