mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
removed comment line
This commit is contained in:
parent
a287262560
commit
a2e1281e9d
1 changed files with 0 additions and 8 deletions
|
@ -130,7 +130,6 @@ export default {
|
|||
|
||||
this.totalShiftedItems = totalShiftedItems;
|
||||
|
||||
//this.$emit('page-change', {originalEvent: event, index});
|
||||
this.$emit('update:activeIndex', index);
|
||||
this.d_activeIndex = index;
|
||||
},
|
||||
|
@ -154,12 +153,9 @@ export default {
|
|||
let activeIndex = this.d_activeIndex;
|
||||
activeIndex = parseInt((activeIndex * this.d_numScroll) / matchedResponsiveData.numScroll);
|
||||
|
||||
//let totalShiftedItems = (matchedResponsiveData.numScroll * activeIndex) * -1;
|
||||
|
||||
this.totalShiftedItems = (matchedResponsiveData.numScroll * activeIndex) * -1;
|
||||
this.d_numScroll = matchedResponsiveData.numScroll;
|
||||
|
||||
//this.$emit('page-change', {originalEvent: event, activeIndex});
|
||||
this.$emit('update:activeIndex', activeIndex);
|
||||
this.d_activeIndex = activeIndex;
|
||||
}
|
||||
|
@ -167,10 +163,6 @@ export default {
|
|||
if (this.d_numVisible !== matchedResponsiveData.numVisible) {
|
||||
this.d_numVisible = matchedResponsiveData.numVisible;
|
||||
}
|
||||
|
||||
/*if (Object.keys(state).length) {
|
||||
this.setState(state);
|
||||
}*/
|
||||
}
|
||||
},
|
||||
navBackward(e,index){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue