Removed unused slot
parent
2d8b5b3539
commit
5d48bd2590
|
@ -4,9 +4,6 @@
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
<div class="card flex justify-center">
|
<div class="card flex justify-center">
|
||||||
<Rating v-model="value">
|
<Rating v-model="value">
|
||||||
<template #cancelicon>
|
|
||||||
<img src="https://primefaces.org/cdn/primevue/images/rating/cancel.png" height="24" width="24" />
|
|
||||||
</template>
|
|
||||||
<template #onicon>
|
<template #onicon>
|
||||||
<img src="https://primefaces.org/cdn/primevue/images/rating/custom-onicon.png" height="24" width="24" />
|
<img src="https://primefaces.org/cdn/primevue/images/rating/custom-onicon.png" height="24" width="24" />
|
||||||
</template>
|
</template>
|
||||||
|
@ -26,9 +23,6 @@ export default {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
<Rating v-model="value">
|
<Rating v-model="value">
|
||||||
<template #cancelicon>
|
|
||||||
<img src="/images/rating/cancel.png" height="24" width="24" />
|
|
||||||
</template>
|
|
||||||
<template #onicon>
|
<template #onicon>
|
||||||
<img src="/images/rating/custom-onicon.png" height="24" width="24" />
|
<img src="/images/rating/custom-onicon.png" height="24" width="24" />
|
||||||
</template>
|
</template>
|
||||||
|
@ -41,9 +35,6 @@ export default {
|
||||||
<template>
|
<template>
|
||||||
<div class="card flex justify-center">
|
<div class="card flex justify-center">
|
||||||
<Rating v-model="value">
|
<Rating v-model="value">
|
||||||
<template #cancelicon>
|
|
||||||
<img src="https://primefaces.org/cdn/primevue/images/rating/cancel.png" height="24" width="24" />
|
|
||||||
</template>
|
|
||||||
<template #onicon>
|
<template #onicon>
|
||||||
<img src="https://primefaces.org/cdn/primevue/images/rating/custom-onicon.png" height="24" width="24" />
|
<img src="https://primefaces.org/cdn/primevue/images/rating/custom-onicon.png" height="24" width="24" />
|
||||||
</template>
|
</template>
|
||||||
|
@ -68,9 +59,6 @@ export default {
|
||||||
<template>
|
<template>
|
||||||
<div class="card flex justify-center">
|
<div class="card flex justify-center">
|
||||||
<Rating v-model="value">
|
<Rating v-model="value">
|
||||||
<template #cancelicon>
|
|
||||||
<img src="https://primefaces.org/cdn/primevue/images/rating/cancel.png" height="24" width="24" />
|
|
||||||
</template>
|
|
||||||
<template #onicon>
|
<template #onicon>
|
||||||
<img src="https://primefaces.org/cdn/primevue/images/rating/custom-onicon.png" height="24" width="24" />
|
<img src="https://primefaces.org/cdn/primevue/images/rating/custom-onicon.png" height="24" width="24" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue