mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #5553 - For Rating
This commit is contained in:
parent
6a4ed8d57a
commit
6b6f212ef3
6 changed files with 1 additions and 97 deletions
|
@ -22,10 +22,6 @@ export default {
|
|||
type: Number,
|
||||
default: 5
|
||||
},
|
||||
cancel: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
onIcon: {
|
||||
type: String,
|
||||
default: undefined
|
||||
|
@ -33,10 +29,6 @@ export default {
|
|||
offIcon: {
|
||||
type: String,
|
||||
default: undefined
|
||||
},
|
||||
cancelIcon: {
|
||||
type: String,
|
||||
default: undefined
|
||||
}
|
||||
},
|
||||
style: RatingStyle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue