mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix live detail loading
This commit is contained in:
@@ -39,6 +39,7 @@ function OnClickCover(live: ResponseLiveInfoModel) {
|
||||
params: { id: live.liveId },
|
||||
})
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -54,7 +55,7 @@ function OnClickCover(live: ResponseLiveInfoModel) {
|
||||
<NDivider />
|
||||
<NList bordered hoverable clickable>
|
||||
<NListItem @click="OnClickCover(live)" v-for="live in lives" v-bind:key="live.liveId">
|
||||
<LiveInfoContainer :live="live" />
|
||||
<LiveInfoContainer :live="live" :key="live.liveId"/>
|
||||
</NListItem>
|
||||
</NList>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user