Pomenene vytvaranie, multiselectu
This commit is contained in:
@@ -21,6 +21,7 @@ defineProps({
|
||||
<Head title="Register výsledky" />
|
||||
<Pagination :links="result.links" :data="query"/>
|
||||
<div v-for="r in result.data" :key="r.id">
|
||||
<h2 class="mt-5 bg-black text-white font-semibold text-xl">{{ r["fullNames"][0]["value"] }}</h2>
|
||||
<RpoRecord2 :data="r"/>
|
||||
</div>
|
||||
<Pagination :links="result.links" :data="query"/>
|
||||
|
||||
Reference in New Issue
Block a user