@jx3box/jx3box-ui 2.1.16 → 2.1.17

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-ui",
3
- "version": "2.1.16",
3
+ "version": "2.1.17",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -83,6 +83,7 @@ import PostHeader from "./PostHeader.vue";
83
83
  import Creators from "./Creators.vue";
84
84
  import Collection from "./Collection.vue";
85
85
  import Thx from "./Thx.vue";
86
+ import Comment from './Comment.vue';
86
87
  import RightAffix from "./RightAffix.vue";
87
88
  import Article from "@jx3box/jx3box-editor/src/Article.vue";
88
89
  import JX3BOX from "@jx3box/jx3box-common/data/jx3box.json";
@@ -100,6 +101,7 @@ export default {
100
101
  Collection,
101
102
  Thx,
102
103
  Article,
104
+ Comment,
103
105
  RightAffix,
104
106
  },
105
107
  props: {