mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 21:27:52 +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) {
|
render(h) {
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
class={
|
class={[
|
||||||
[
|
|
||||||
'btn-next',
|
'btn-next',
|
||||||
{ disabled: this.$parent.internalCurrentPage === this.$parent.internalPageCount || this.$parent.internalPageCount === 0 }
|
{ disabled: this.$parent.internalCurrentPage === this.$parent.internalPageCount || this.$parent.internalPageCount === 0 }
|
||||||
]
|
]}
|
||||||
}
|
|
||||||
on-click={ this.$parent.next }>
|
on-click={ this.$parent.next }>
|
||||||
<i class="el-icon el-icon-arrow-right"></i>
|
<i class="el-icon el-icon-arrow-right"></i>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user