提交 4a19cf23 编写于 作者: 郭胜强

style: eslint fix

上级 d1bfc45e
......@@ -69,21 +69,21 @@ export default {
'~animationstart': this.update
}
}, [
create('div', {
on: {
scroll: this.update
}
}, [
create('div')
]),
create('div', {
on: {
scroll: this.update
}
}, [
create('div')
])
create('div', {
on: {
scroll: this.update
}
}, [
create('div')
]),
create('div', {
on: {
scroll: this.update
}
}, [
create('div')
])
])
}
}
......
......@@ -95,11 +95,11 @@ export default {
top: this._upx2px(this.previousMargin),
bottom: this._upx2px(this.nextMargin)
} : {
top: 0,
bottom: 0,
left: this._upx2px(this.previousMargin),
right: this._upx2px(this.nextMargin)
}
top: 0,
bottom: 0,
left: this._upx2px(this.previousMargin),
right: this._upx2px(this.nextMargin)
}
}
return style
},
......@@ -583,12 +583,12 @@ export default {
style: this.slidesStyle,
'class': 'uni-swiper-slides'
}, [
createElement('div', {
ref: 'slideFrame',
class: 'uni-swiper-slide-frame',
style: this.slideFrameStyle
}, swiperItems)
])]
createElement('div', {
ref: 'slideFrame',
class: 'uni-swiper-slide-frame',
style: this.slideFrameStyle
}, swiperItems)
])]
if (this.indicatorDots) {
slidesWrapperChild.push(createElement('div', {
ref: 'slidesDots',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册