Skip to content

Commit

Permalink
Removed unused slot
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 28, 2024
1 parent 2d8b5b3 commit 5d48bd2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/showcase/doc/rating/TemplateDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
</DocSectionText>
<div class="card flex justify-center">
<Rating v-model="value">
<template #cancelicon>
<img src="https://primefaces.org/cdn/primevue/images/rating/cancel.png" height="24" width="24" />
</template>
<template #onicon>
<img src="https://primefaces.org/cdn/primevue/images/rating/custom-onicon.png" height="24" width="24" />
</template>
Expand All @@ -26,9 +23,6 @@ export default {
code: {
basic: `
<Rating v-model="value">
<template #cancelicon>
<img src="/images/rating/cancel.png" height="24" width="24" />
</template>
<template #onicon>
<img src="/images/rating/custom-onicon.png" height="24" width="24" />
</template>
Expand All @@ -41,9 +35,6 @@ export default {
<template>
<div class="card flex justify-center">
<Rating v-model="value">
<template #cancelicon>
<img src="https://primefaces.org/cdn/primevue/images/rating/cancel.png" height="24" width="24" />
</template>
<template #onicon>
<img src="https://primefaces.org/cdn/primevue/images/rating/custom-onicon.png" height="24" width="24" />
</template>
Expand All @@ -68,9 +59,6 @@ export default {
<template>
<div class="card flex justify-center">
<Rating v-model="value">
<template #cancelicon>
<img src="https://primefaces.org/cdn/primevue/images/rating/cancel.png" height="24" width="24" />
</template>
<template #onicon>
<img src="https://primefaces.org/cdn/primevue/images/rating/custom-onicon.png" height="24" width="24" />
</template>
Expand Down

0 comments on commit 5d48bd2

Please sign in to comment.