wip: refactor(client): migrate components to composition api
This commit is contained in:
parent
df61e173c1
commit
3e9677904d
4 changed files with 292 additions and 316 deletions
|
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue