Commit 0f212703 authored by Leon Zhang's avatar Leon Zhang Committed by GitHub

Merge pull request #7 from ElemeFE/dev

fix the code style issue to pass eslint
parents e8dd2e0d cecf9eb8
......@@ -112,12 +112,10 @@ export default {
render(h) {
return (
<button
class={
[
'btn-next',
{ disabled: this.$parent.internalCurrentPage === this.$parent.internalPageCount || this.$parent.internalPageCount === 0 }
]
}
class={[
'btn-next',
{ disabled: this.$parent.internalCurrentPage === this.$parent.internalPageCount || this.$parent.internalPageCount === 0 }
]}
on-click={ this.$parent.next }>
<i class="el-icon el-icon-arrow-right"></i>
</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment