web: list for element

This list is suppose to be replaced with the API call once it is ready
This commit is contained in:
Mika Bomm 2024-07-10 12:25:04 +02:00
parent a3e6cabef8
commit 9fe3977a25

View file

@ -1,6 +1,7 @@
<template> <template>
<div class="root"> <div class="root">
<h2>{{ props.licenseGroupName }}:</h2> <h2>{{ props.licenseGroupName }}:</h2>
<li>
<ListViewElement <ListViewElement
licenseName="Jetbrains Ultimate 2024.2.1" licenseName="Jetbrains Ultimate 2024.2.1"
licenseKey="321z8321789" licenseKey="321z8321789"
@ -17,6 +18,7 @@
:amount=1 :amount=1
notes="No notes" notes="No notes"
/> />
</li>
<!-- <ListViewElement <!-- <ListViewElement
licenseName="Jetbrains Ultimate 2024.2.1" licenseName="Jetbrains Ultimate 2024.2.1"
key="" key=""
@ -46,4 +48,7 @@
margin-top: 10px; margin-top: 10px;
} }
li {
list-style-type: none;
}
</style> </style>