Commit aca352e7 authored by kingwl's avatar kingwl

Merge branch 'dev' of https://github.com/ElemeFE/element into dev

parents 8648ab84 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