11
heimawl
2023-07-04 a8799531bd3918b2416b95914b02101ce1337ddb
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 {