allow deduct point

This commit is contained in:
2024-03-12 18:55:28 +08:00
parent 31d656b6a1
commit 58768c7895
4 changed files with 54 additions and 37 deletions

View File

@@ -90,6 +90,7 @@ const songs = computed(() => {
})
.slice(0, index.value)
}
return []
})
const onScroll = throttle((e: Event) => {
const container = e.target as HTMLDivElement
@@ -121,6 +122,7 @@ function loadMore() {
<NSpace>
<NButton
v-for="tag in tags"
:key="tag"
size="small"
secondary
:type="selectedTag == tag ? 'primary' : 'default'"