wip: refactor(client): migrate components to composition api
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user