mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
alias for images
This commit is contained in:
parent
38b5526bab
commit
c3b08bd370
20 changed files with 37 additions and 37 deletions
|
@ -54,7 +54,7 @@
|
|||
</Column>
|
||||
<Column field="country.name" header="Country" sortable filterMatchMode="contains" style="min-width: 14rem">
|
||||
<template #body="{ data }">
|
||||
<img src="../../assets/images/flag_placeholder.png" :class="'flag flag-' + data.country.code" width="30" />
|
||||
<img src="@/assets/images/flag_placeholder.png" :class="'flag flag-' + data.country.code" width="30" />
|
||||
<span class="image-text">{{ data.country.name }}</span>
|
||||
</template>
|
||||
<template #filter="{ filterModel }">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue