Skip to content

Commit

Permalink
Fix issue #6242 - Syntax error in docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneslo1 authored Aug 16, 2024
1 parent ea5a98d commit 1c758a5
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 1c758a5

Please sign in to comment.