1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 23:14:06 +02:00

refactor(frontend): router refactoring

This commit is contained in:
syuilo
2025-03-19 15:54:30 +09:00
parent 7d4045e8b4
commit 409cd4fbd3
57 changed files with 433 additions and 632 deletions

View File

@@ -37,7 +37,7 @@ import { instance } from '@/instance.js';
import * as os from '@/os.js';
import MkFoldableSection from '@/components/MkFoldableSection.vue';
import { misskeyApi } from '@/utility/misskey-api.js';
import { useRouter } from '@/router/supplier.js';
import { useRouter } from '@/router.js';
const props = withDefaults(defineProps<{
query?: string,