Revert "modosu"

This reverts commit 1c3f1a63aa.
This commit is contained in:
tamaina 2024-09-24 18:43:38 +09:00
parent 1c3f1a63aa
commit 1b9494c520
1 changed files with 8 additions and 1 deletions

View File

@ -34,7 +34,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
<script lang="ts" setup>
import { computed, watch, provide, shallowRef, ref } from 'vue';
import { computed, watch, provide, shallowRef, ref, onMounted, onActivated } from 'vue';
import type { Tab } from '@/components/global/MkPageHeader.tabs.vue';
import MkTimeline from '@/components/MkTimeline.vue';
import MkInfo from '@/components/MkInfo.vue';
@ -245,6 +245,13 @@ function switchTlIfNeeded() {
}
}
onMounted(() => {
switchTlIfNeeded();
});
onActivated(() => {
switchTlIfNeeded();
});
const headerActions = computed(() => {
const tmp = [
{