fix: 修复ranking页面大批量warning问题

This commit is contained in:
hao.dai
2024-04-16 11:24:07 +08:00
parent c5d4fc62e6
commit f710f1bfc0
10 changed files with 87 additions and 96 deletions

View File

@@ -166,8 +166,9 @@ async function addSubscribe(season = 0) {
}
catch (error) {
console.error(error)
} finally {
doneNProgress()
}
doneNProgress()
}
// 弹出添加订阅提示
@@ -428,7 +429,7 @@ function getYear(airDate: string) {
</script>
<template>
<VHover v-bind="props">
<VHover>
<template #default="hover">
<VCard
v-bind="hover.props"