From 455f464f4861346f2b0839081d9985f186605582 Mon Sep 17 00:00:00 2001 From: sidharth Date: Sat, 12 Feb 2022 13:23:52 +0530 Subject: [PATCH] resource page using cms page --- git_info.json | 2 +- src/components/retailer/layout/Layout.vue | 2 ++ src/routes/retailer/resources.vue | 27 +++++++++++++++++++---- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/git_info.json b/git_info.json index f75e9f4..978393b 100644 --- a/git_info.json +++ b/git_info.json @@ -1 +1 @@ -{"branch_name":"beta","last_commit_date":"2022-02-11T07:53:18.000Z","last_commit_author":"rakesh","last_commit_hash":"ccc0c77a544f15e6723dedb42cbb85cf80578049"} \ No newline at end of file +{"branch_name":"beta","last_commit_date":"2022-02-11T08:17:53.000Z","last_commit_author":"rakesh","last_commit_hash":"baa64dab9d6c9cf9ed44909b7b9d73cc849dbdbd"} \ No newline at end of file diff --git a/src/components/retailer/layout/Layout.vue b/src/components/retailer/layout/Layout.vue index 4bcee4e..00bdf8d 100644 --- a/src/components/retailer/layout/Layout.vue +++ b/src/components/retailer/layout/Layout.vue @@ -106,6 +106,8 @@ export default { created() { this.$store.dispatch("userCartProduct/cartProductList"); this.$store.dispatch("headerCategoryList/fetchCategoryList"); + this.$store.dispatch("layout/fetchCmsBlock"); + this.$store.dispatch("layout/fetchPageContent"); } }; diff --git a/src/routes/retailer/resources.vue b/src/routes/retailer/resources.vue index 48e955c..71cab0c 100644 --- a/src/routes/retailer/resources.vue +++ b/src/routes/retailer/resources.vue @@ -1,8 +1,12 @@