WXL
2025-01-16 09a1bd58e04706d7e1d6e1543b990c08a4b8f97c
src/components/Pagination/index.vue
@@ -1,3 +1,5 @@
<!-- 底部分页组件封装 -->
<template>
  <div :class="{'hidden':hidden}" class="pagination-container">
    <el-pagination
@@ -16,6 +18,7 @@
</template>
<script>
// 待定
import { scrollTo } from '@/utils/scroll-to'
export default {