mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(subscribed-series): add empty content (#924)
* fix(subscribed-series): add empty content * wip
This commit is contained in:
@@ -181,6 +181,11 @@ defineExpose({ initData })
|
||||
{{ $t('common.login') }}
|
||||
</Button>
|
||||
</Empty>
|
||||
<Empty v-if="videoList.length === 0 && !needToLoginFirst" mt-6 :description="$t('common.no_more_content')">
|
||||
<Button type="primary" @click="initData()">
|
||||
{{ $t('common.refresh') }}
|
||||
</Button>
|
||||
</Empty>
|
||||
<div
|
||||
v-else
|
||||
ref="containerRef"
|
||||
|
||||
Reference in New Issue
Block a user