mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
CDN images added & move images from assets to public
This commit is contained in:
parent
f54f71d83c
commit
ba309fdf90
396 changed files with 424 additions and 460 deletions
|
@ -64,7 +64,7 @@ describe('DataView.vue', () => {
|
|||
<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="'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>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue