- fix notes
This commit is contained in:
parent
2349008131
commit
9d7da548e3
@ -81,8 +81,8 @@ const cvNotes = computed(() => {
|
||||
<div class="text-gray-500 pb-0.5">Lokalizacje</div>
|
||||
<p class="w-full min-w-full max-w-full px-2.5 py-2 border-b-2 rounded-md bg-white">{{ cv.locations.join(' / ') }}</p>
|
||||
</div>
|
||||
<div class="md:col-span-2">
|
||||
<div v-if="cvNotes" class="text-gray-500 pb-0.5">Notatki</div>
|
||||
<div v-if="cvNotes" class="md:col-span-2">
|
||||
<div class="text-gray-500 pb-0.5">Notatki</div>
|
||||
<div class="w-full min-w-full max-w-full px-2.5 py-2 border-b-2 rounded-md bg-white">
|
||||
<p
|
||||
v-for="(noteLine, key) in cvNotes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user