Skip to content

Commit

Permalink
perf: update thx props
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Jan 26, 2025
1 parent a82f7c5 commit add8b57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jx3box/jx3box-vue3-ui",
"version": "0.9.15",
"version": "0.9.16",
"description": "JX3BOX Vue3 UI",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 9 additions & 1 deletion src/single/Thx.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
:client="finalClient"
/>
<Share :postId="postId" :postType="postType" :client="client" />
<watch-later :category="postType" :title="postTitle"></watch-later>
<watch-later :category="postType" :title="postTitle" :author-id="authorId" :banner="banner"></watch-later>
</div>
<div class="w-thx-records">
<boxcoin-records :postId="postId" :postType="postType" :postClient="finalClient" :cacheRecord="cacheRecord"
Expand Down Expand Up @@ -119,6 +119,14 @@ export default {
type: Boolean,
default: false,
},
authorId: {
type: Number,
default: 0,
},
banner: {
type: String,
default: "",
},
},
data: function () {
return {
Expand Down

0 comments on commit add8b57

Please sign in to comment.