enhance(frontend): アカウント初期設定ウィザードにプライバシー設定を追加
This commit is contained in:
parent
a65fa684ce
commit
2b26a2f5e4
6 changed files with 120 additions and 12 deletions
|
@ -40,10 +40,6 @@ import * as os from '@/os';
|
|||
import { $i } from '@/account';
|
||||
import MkPagination from '@/components/MkPagination.vue';
|
||||
|
||||
const emit = defineEmits<{
|
||||
(ev: 'done'): void;
|
||||
}>();
|
||||
|
||||
const pinnedUsers = { endpoint: 'pinned-users', noPaging: true };
|
||||
|
||||
const popularUsers = { endpoint: 'users', limit: 10, noPaging: true, params: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue