mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Pages updated v3.21.0
This commit is contained in:
parent
defd6ff6e2
commit
edc9695de0
246 changed files with 33769 additions and 28188 deletions
|
@ -25,7 +25,7 @@
|
|||
<template #list="slotProps">
|
||||
<div class="col-12">
|
||||
<div class="product-list-item">
|
||||
<img :src="'/demo/images/product/' + slotProps.data.image" :alt="slotProps.data.name" />
|
||||
<img :src="'demo/images/product/' + slotProps.data.image" :alt="slotProps.data.name" />
|
||||
<div class="product-list-detail">
|
||||
<div class="product-name">{{ slotProps.data.name }}</div>
|
||||
<div class="product-description">{{ slotProps.data.description }}</div>
|
||||
|
@ -52,7 +52,7 @@
|
|||
<span :class="'product-badge status-' + slotProps.data.inventoryStatus.toLowerCase()">{{ slotProps.data.inventoryStatus }}</span>
|
||||
</div>
|
||||
<div class="product-grid-item-content">
|
||||
<img :src="'/demo/images/product/' + slotProps.data.image" :alt="slotProps.data.name" />
|
||||
<img :src="'demo/images/product/' + slotProps.data.image" :alt="slotProps.data.name" />
|
||||
<div class="product-name">{{ slotProps.data.name }}</div>
|
||||
<div class="product-description">{{ slotProps.data.description }}</div>
|
||||
<Rating :modelValue="slotProps.data.rating" :readonly="true" :cancel="false"></Rating>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue