Skip to content

Commit

Permalink
fix 修复头像组件引用路径
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuana committed Jun 20, 2024
1 parent 173c681 commit 4eedd85
Show file tree
Hide file tree
Showing 2 changed files with 2 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-comment-ui",
"version": "1.9.6",
"version": "1.9.7",
"scripts": {
"dev": "env DEV_SERVER=true vue-cli-service serve",
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/components/comment-and-reply.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ import ContentOfCommentAndReply from "./comment-and-reply-subcomponents-content.
import ReplyList from "./comment-and-reply-subcomponents-reply-list.vue";
import { POST, DELETE, GET, getHistorySummary } from "../service";
import { bus } from "../utils";
import CommentAvatar from "@/components/avatar.vue";
import CommentAvatar from "./avatar.vue";
const DECORATION_KEY = "decoration_comment_";
import { $cms } from "@jx3box/jx3box-common/js/https";
import { __imgPath } from "@jx3box/jx3box-common/data/jx3box.json";
Expand Down

0 comments on commit 4eedd85

Please sign in to comment.