📝(component): 恢复 page 文档

This commit is contained in:
就眠儀式 2022-08-24 00:02:59 +08:00
parent df8b318bdc
commit c932584421
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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);
}