Skip to content
Snippets Groups Projects
Commit 3406c76b authored by 张 达's avatar 张 达
Browse files

覆盖仓库的Comment.vue

parent 0a0bfe23
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,9 @@ const showComment = ref(true)
const showDetail = ref(false)
const sortBy = ref('Time') // 默认按时间排序
/*
更新
*/
const backgroundColor = ref("#ffffff");
const gradientColor = computed(() => `linear-gradient(to bottom, ${backgroundColor.value} , #1F1F1F 50%)`)
......
......@@ -472,6 +472,11 @@ const setMidComponents = (val) => {
midComponents.value = val;
}
/*
share_icon
*/
const isSharing = ref(false);
onMounted(() => {
/*
DOMS & EVENTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment