mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
typo: fix
This commit is contained in:
@@ -107,7 +107,7 @@ export const Config: TemplateConfig<ConfigType> = {
|
||||
<NButton type="primary" secondary @click="navigate('https://live.bilibili.com/' + userInfo?.biliRoomId)">
|
||||
直播间
|
||||
</NButton>
|
||||
<temlate v-if="Object.keys(indexInfo.links || {}).length > 0">
|
||||
<template v-if="Object.keys(indexInfo.links || {}).length > 0">
|
||||
<NFlex align="center">
|
||||
<NDivider vertical />
|
||||
<NButton type="info" secondary tag="a" :href="link[1]" target="_blank"
|
||||
@@ -115,7 +115,7 @@ export const Config: TemplateConfig<ConfigType> = {
|
||||
{{ link[0] }}
|
||||
</NButton>
|
||||
</NFlex>
|
||||
</temlate>
|
||||
</template>
|
||||
</NSpace>
|
||||
<template v-if="indexInfo.videos?.length || 0 > 0">
|
||||
<NDivider>
|
||||
|
||||
Reference in New Issue
Block a user