WXL
2025-01-15 1cb1fbf80c955986385377b5f84e8915d1e655d6
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 {