@jx3box/jx3box-common-ui 9.2.0 → 9.2.2

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-common-ui",
3
- "version": "9.2.0",
3
+ "version": "9.2.2",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -52,7 +52,7 @@
52
52
  :category="category"
53
53
  @updateRecord="updateRecord"
54
54
  />
55
- <watch-later :category="postType" :title="postTitle" :author-id="authorId" :banner="banner"></watch-later>
55
+ <watch-later :category="postType" :title="postTitle" :author-id="authorId" :banner="banner" :content-id="contentMetaId"></watch-later>
56
56
  <Share :postId="postId" :postType="postType" :client="client" />
57
57
  </div>
58
58
  <div class="w-thx-records">
@@ -148,6 +148,10 @@ export default {
148
148
  type: String,
149
149
  default: "",
150
150
  },
151
+ contentMetaId: {
152
+ type: Number,
153
+ default: 0,
154
+ },
151
155
  },
152
156
  components: {
153
157
  Like,