This commit is contained in:
syuilo 2023-05-14 09:44:57 +09:00
parent 9166a58c5f
commit 1eaf287b9c
3 changed files with 9 additions and 6 deletions

View file

@ -37,8 +37,8 @@ import { chooseFileFromPc } from '@/scripts/select-file';
import * as os from '@/os';
import { $i } from '@/account';
const name = ref('');
const description = ref('');
const name = ref($i.name ?? '');
const description = ref($i.description ?? '');
watch(name, () => {
os.apiWithDialog('i/update', {