mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +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
|
@ -66,7 +66,7 @@ describe('Carousel.vue', () => {
|
|||
<div class="product-item">
|
||||
<div class="product-item-content">
|
||||
<div class="mb-3">
|
||||
<img :src="'demo/images/product/' + slotProps.data.image" :alt="slotProps.data.name" class="product-image" />
|
||||
<img :src="'images/product/' + slotProps.data.image" :alt="slotProps.data.name" class="product-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue