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