提交 f7c92b79 编写于 作者: A april

fix: 分页隐藏

上级 c639a374
<template>
<div :class="'pagination ' + { hidden: hidden }">
<div :class="{ hidden: hidden }" class="pagination">
<el-pagination
v-model:current-page="currentPage"
v-model:page-size="pageSize"
......@@ -14,7 +14,7 @@
</template>
<script setup lang="ts">
import { computed, PropType } from "vue";
import { PropType } from "vue";
import { scrollTo } from "@/utils/scroll-to";
const props = defineProps({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册