Skip to content

Commit

Permalink
Merge pull request #6243 from johanneslo1/patch-1
Browse files Browse the repository at this point in the history
Fix issue #6242 - Syntax error in docs example
  • Loading branch information
tugcekucukoglu authored Aug 20, 2024
2 parents 99d0529 + 1c758a5 commit 9f03d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/showcase/doc/dataview/LayoutDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export default {
<template #list="slotProps">
<div class="flex flex-col">
<div v-for="(item, index) in slotProps.items" :key="index"">
<div v-for="(item, index) in slotProps.items" :key="index">
<div class="flex flex-col sm:flex-row sm:items-center p-6 gap-4" :class="{ 'border-t border-surface-200 dark:border-surface-700': index !== 0 }">
<div class="md:w-40 relative">
<img class="block xl:block mx-auto rounded w-full" :src="\`https://primefaces.org/cdn/primevue/images/product/\${item.image}\`" :alt="item.name" />
Expand Down

0 comments on commit 9f03d60

Please sign in to comment.