mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-03 20:58:09 +08:00
fix the code style issue to pass eslint
This commit is contained in:
parent
3bf6cf6418
commit
cecf9eb8d5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user