fix: 移除未使用的 props 变量声明
All checks were successful
All checks were successful
修复 TypeScript 编译错误 TS6133 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
fdd45f2c85
commit
38f37bba08
|
@ -9,7 +9,7 @@ const favourites = useFavourites()
|
|||
|
||||
const hover = ref(false)
|
||||
|
||||
const props = defineProps<{
|
||||
defineProps<{
|
||||
item: QueueItem
|
||||
index: number
|
||||
}>()
|
||||
|
|
Loading…
Reference in New Issue
Block a user