mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
fix type error in timeline.vue
This commit is contained in:
parent
5ef25058c4
commit
e7aeb4cdb9
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,7 @@ import { deepMerge } from '@/utility/merge.js';
|
|||
import { miLocalStorage } from '@/local-storage.js';
|
||||
import { availableBasicTimelines, hasWithReplies, isAvailableBasicTimeline, isBasicTimeline, basicTimelineIconClass } from '@/timelines.js';
|
||||
import { prefer } from '@/preferences.js';
|
||||
import { useRouter } from '@/router';
|
||||
|
||||
provide('shouldOmitHeaderTitle', true);
|
||||
|
||||
|
@ -248,6 +249,8 @@ onActivated(() => {
|
|||
switchTlIfNeeded();
|
||||
});
|
||||
|
||||
const router = useRouter();
|
||||
|
||||
const headerActions = computed(() => {
|
||||
const tmp = [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue