mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
allow deduct point
This commit is contained in:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user