last fix
This commit is contained in:
parent
00edb30db5
commit
7a3d543438
|
@ -54,13 +54,13 @@ watch(() => props.tag, () => {
|
|||
const headerActions = $computed(() => []);
|
||||
|
||||
const headerTabs = $computed(() => [{
|
||||
key: 'featured',
|
||||
icon: 'ph-lightning ph-bold ph-lg',
|
||||
title: i18n.ts.featured,
|
||||
}, {
|
||||
key: 'users',
|
||||
icon: 'ph-users ph-bold ph-lg',
|
||||
title: i18n.ts.users,
|
||||
}, {
|
||||
key: 'featured',
|
||||
icon: 'ph-lightning ph-bold ph-lg',
|
||||
title: i18n.ts.featured,
|
||||
}]);
|
||||
|
||||
definePageMetadata(computed(() => ({
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
v-if="tab === 'hot'"
|
||||
ref="tl"
|
||||
class="tl"
|
||||
src="hot"
|
||||
src="featured"
|
||||
:sound="true"
|
||||
/>
|
||||
<XTimeline
|
||||
|
|
Loading…
Reference in New Issue