diff --git a/package.json b/package.json index 62a2207..183b57f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components/comment-and-reply.vue b/src/components/comment-and-reply.vue index ad8b6d6..293ac67 100644 --- a/src/components/comment-and-reply.vue +++ b/src/components/comment-and-reply.vue @@ -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";