perf: 发布 0.2.3 版本
This commit is contained in:
parent
b2e6afd7b3
commit
d91ede3814
@ -6,7 +6,7 @@
|
|||||||
class="layui-laypage-prev"
|
class="layui-laypage-prev"
|
||||||
:class="[currentPage === 1 ? 'layui-disabled' : '']"
|
:class="[currentPage === 1 ? 'layui-disabled' : '']"
|
||||||
@click="prev()"
|
@click="prev()"
|
||||||
><slot name="prev" v-if="slots.prev"></slot>
|
><slot v-if="slots.prev" name="prev"></slot>
|
||||||
<template v-else>上一页</template></a
|
<template v-else>上一页</template></a
|
||||||
>
|
>
|
||||||
<template v-if="showPage">
|
<template v-if="showPage">
|
||||||
@ -28,7 +28,7 @@
|
|||||||
class="layui-laypage-next"
|
class="layui-laypage-next"
|
||||||
:class="[currentPage === totalPage ? 'layui-disabled' : '']"
|
:class="[currentPage === totalPage ? 'layui-disabled' : '']"
|
||||||
@click="next()"
|
@click="next()"
|
||||||
><slot name="next" v-if="slots.next"></slot>
|
><slot v-if="slots.next" name="next"></slot>
|
||||||
<template v-else>下一页</template></a
|
<template v-else>下一页</template></a
|
||||||
><span v-if="showLimit" class="layui-laypage-limits"
|
><span v-if="showLimit" class="layui-laypage-limits"
|
||||||
><select v-model="inlimit">
|
><select v-model="inlimit">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user