From 4ac28cceb41cca4a023d3fcf69bfe4f533607da2 Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Fri, 31 May 2019 01:41:56 -0700 Subject: [PATCH] big pagination update - split models into pages --- cateditor/src/components/CatalogContents.vue | 29 ++-- .../src/components/MaterialDeleteDialog.vue | 1 - cateditor/src/pages/editor/store/index.js | 94 ++++++------ cateditor/src/pagination.js | 142 +++++++++++++++--- 4 files changed, 181 insertions(+), 85 deletions(-) diff --git a/cateditor/src/components/CatalogContents.vue b/cateditor/src/components/CatalogContents.vue index 54882db..9e42b06 100644 --- a/cateditor/src/components/CatalogContents.vue +++ b/cateditor/src/components/CatalogContents.vue @@ -141,9 +141,7 @@