refactor(frontend): router refactoring
This commit is contained in:
parent
7d4045e8b4
commit
409cd4fbd3
57 changed files with 433 additions and 632 deletions
|
|
@ -68,7 +68,7 @@ import MkInput from '@/components/MkInput.vue';
|
|||
import { userListsCache } from '@/cache.js';
|
||||
import { ensureSignin } from '@/i.js';
|
||||
import MkPagination from '@/components/MkPagination.vue';
|
||||
import { mainRouter } from '@/router/main.js';
|
||||
import { mainRouter } from '@/router.js';
|
||||
import { prefer } from '@/preferences.js';
|
||||
|
||||
const $i = ensureSignin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue