mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
parent
23360e7654
commit
e8b5b8f3e3
17 changed files with 43 additions and 28 deletions
|
@ -121,9 +121,10 @@ export default {
|
|||
this.scrollInView({ index: newValue });
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
beforeMount() {
|
||||
this.id = this.id || UniqueComponentId();
|
||||
|
||||
},
|
||||
mounted() {
|
||||
this.updateInkBar();
|
||||
this.scrollable && this.updateButtonState();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue