diff --git a/src/components/Blog_comment.vue b/src/components/Blog_comment.vue new file mode 100644 index 0000000..1d062a9 --- /dev/null +++ b/src/components/Blog_comment.vue @@ -0,0 +1,204 @@ + + + + + \ No newline at end of file diff --git a/src/components/Blog_commentDisplay.vue b/src/components/Blog_commentDisplay.vue index 35962ae..b8208a5 100644 --- a/src/components/Blog_commentDisplay.vue +++ b/src/components/Blog_commentDisplay.vue @@ -4,7 +4,10 @@
- +
@@ -12,15 +15,17 @@
加载中...
没有更多评论了
{{ error }}
-
暂无评论
+
暂无评论
+ + + + \ No newline at end of file diff --git a/src/components/Blog_replyInput.vue b/src/components/Blog_replyInput.vue new file mode 100644 index 0000000..d36d237 --- /dev/null +++ b/src/components/Blog_replyInput.vue @@ -0,0 +1,120 @@ + + + + + \ No newline at end of file diff --git a/src/components/Blog_rootComment.vue b/src/components/Blog_rootComment.vue deleted file mode 100644 index a4bc5a0..0000000 --- a/src/components/Blog_rootComment.vue +++ /dev/null @@ -1,122 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/components/Like_button.vue b/src/components/Like_button.vue index d4f84dc..ccca97a 100644 --- a/src/components/Like_button.vue +++ b/src/components/Like_button.vue @@ -23,11 +23,11 @@ const props = defineProps({ default: 'h' }, iconSize: { - type: Number, + type: String, default: 16 }, fontSize: { - type: Number, + type: String, default: 16 } }); @@ -88,8 +88,8 @@ watch(() => props.amount, () => {