mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Delete console.log
This commit is contained in:
parent
963fb234b3
commit
d77e0fc0b6
@ -88,8 +88,7 @@ export default {
|
|||||||
// },
|
// },
|
||||||
buttonCallback() {
|
buttonCallback() {
|
||||||
if (this.sliderIndex === this.sliderData.sliders.length - 1) {
|
if (this.sliderIndex === this.sliderData.sliders.length - 1) {
|
||||||
// Wolle submit this.sliderData.collectedComponentData
|
// console.log('submit data: ', this.sliderData.collectedComponentData)
|
||||||
console.log('submit data: ', this.sliderData.collectedComponentData)
|
|
||||||
} else {
|
} else {
|
||||||
if (this.sliderIndex < this.sliderData.sliders.length - 1) {
|
if (this.sliderIndex < this.sliderData.sliders.length - 1) {
|
||||||
this.sliderData.activeSliderName = this.sliderData.sliders[this.sliderIndex + 1]
|
this.sliderData.activeSliderName = this.sliderData.sliders[this.sliderIndex + 1]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user