wip: refactor(client): migrate components to composition api

This commit is contained in:
syuilo
2022-01-16 15:02:15 +09:00
parent df61e173c1
commit 3e9677904d
4 changed files with 292 additions and 316 deletions

View File

@@ -97,7 +97,7 @@ export const defaultStore = markRaw(new Storage('base', {
tl: {
where: 'deviceAccount',
default: {
src: 'home',
src: 'home' as 'home' | 'local' | 'social' | 'global',
arg: null
}
},