udxcms 1.0.36 → 1.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  * @Author:
5
5
  * @Date: 2021-08-12 23:35:01
6
6
  * @LastEditors: lewis lewis@everylink.ai
7
- * @LastEditTime: 2025-10-30 21:53:33
7
+ * @LastEditTime: 2025-10-30 22:12:07
8
8
  -->
9
9
  <template>
10
10
  <div class="cms-home flex-v">
@@ -48,7 +48,7 @@ import CmsAcademySectionOne from "./../../cmsComponents/academy/CmsAcademySectio
48
48
  import CmsArticleListWide from "./../../cmsComponents/academy/CmsArticleListWide.vue";
49
49
  import CmsAcademyJoinComunity from "./../../cmsComponents/academy/CmsAcademyJoinComunity.vue";
50
50
  import CmsArticleListGroupByTag from "./../../cmsComponents/academy/CmsArticleListGroupByTag.vue";
51
-
51
+ import { mapState } from "vuex";
52
52
  export default {
53
53
  name: "Academy-d",
54
54
  components: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "udxcms",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "cms submodule",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",