📝(component): 恢复 page 文档
This commit is contained in:
parent
df8b318bdc
commit
c932584421
@ -133,7 +133,6 @@ watch(
|
||||
</script>
|
||||
|
||||
<template>
|
||||
{{ maxPage }}
|
||||
<div class="layui-laypage layui-laypage-default">
|
||||
<span v-if="showCount" class="layui-laypage-count"
|
||||
>共 {{ total }} 条 {{ maxPage }} 页</span
|
||||
|
@ -143,7 +143,7 @@ export default {
|
||||
setup() {
|
||||
|
||||
const limit4 = ref(20)
|
||||
const total4 = ref(0)
|
||||
const total4 = ref(100)
|
||||
const change4 = ({ current, limit }) => {
|
||||
layer.msg("current:" + current + " limit:" + limit);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user