enhance(frontend): アカウント初期設定ウィザードにプライバシー設定を追加

This commit is contained in:
syuilo 2023-05-11 20:54:47 +09:00
parent a65fa684ce
commit 2b26a2f5e4
6 changed files with 120 additions and 12 deletions

View file

@ -37,10 +37,6 @@ import { chooseFileFromPc } from '@/scripts/select-file';
import * as os from '@/os';
import { $i } from '@/account';
const emit = defineEmits<{
(ev: 'done'): void;
}>();
const name = ref('');
const description = ref('');