Skip to content

Commit

Permalink
chore: update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed May 24, 2024
1 parent f3685b6 commit 5463843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jx3box/jx3box-comment-ui",
"version": "1.8.9",
"version": "1.9.0",
"scripts": {
"dev": "env DEV_SERVER=true vue-cli-service serve",
"serve": "vue-cli-service serve",
Expand All @@ -10,7 +10,7 @@
},
"main": "index.js",
"dependencies": {
"@jx3box/jx3box-common": "^8.2.1",
"@jx3box/jx3box-common": "^8.2.18",
"@jx3box/jx3box-common-ui": "^8.6.1",
"@jx3box/jx3box-emotion": "^1.2.8",
"core-js": "^3.6.4",
Expand Down
7 changes: 2 additions & 5 deletions src/Comment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -336,11 +336,8 @@ export default {
});
bus.on("homework-click", data => {
this.postData = {
postId: this.id,
userId: data.userId,
...this.postData
}
this.postData.postId = data.id;
this.postData.userId = data.userId;
this.showHomeWork = true;
})
},
Expand Down

0 comments on commit 5463843

Please sign in to comment.