index.vue 209 B

123456789101112
  1. <template>
  2. <div style="margin: 20px;">
  3. <el-pagination
  4. layout="prev, pager, next, jumper"
  5. :total="50">
  6. </el-pagination>
  7. </div>
  8. </template>
  9. <script>
  10. export default {
  11. };
  12. </script>