Skip to content

Commit 4b78e9f

Browse files
imsyyclaude
andcommitted
🐞 fix: 移除 PlayerComment 未使用的 props 变量赋值
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 193e5ac commit 4b78e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Player/PlayerComponents/PlayerComment.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ import { NScrollbar } from "naive-ui";
9797
import { coverLoaded } from "@/utils/helper";
9898
import { openExcludeComment } from "@/utils/modal";
9999
100-
const props = withDefaults(
100+
withDefaults(
101101
defineProps<{
102102
/** 隐藏顶部歌曲卡片 */
103103
hideSongData?: boolean;

0 commit comments

Comments
 (0)