Explorar o código

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

wuhongyu %!s(int64=5) %!d(string=hai) anos
pai
achega
0ff61b26de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/pagination.vue

+ 1 - 1
src/components/pagination.vue

@@ -27,12 +27,12 @@ export default {
   props: {
     position: { type: String, default: 'right' },
     total: { type: Number, default: 0 },
+    limit: { type: Number, default: 10 },
   },
   components: {},
   data: () => {
     return {
       currentPage: 1,
-      limit: 10,
     };
   },
   created() {},