diff --git a/src/types/func.ts b/src/types/func.ts index 4698fd2a..4ba3cd3d 100644 --- a/src/types/func.ts +++ b/src/types/func.ts @@ -65,7 +65,7 @@ export function getDefaultDict(val: Partial = {}): Dict { complete: false, ...val, words: shallowReactive(val.words ?? []), - list: shallowReactive(val.articles ?? []), + articles: shallowReactive(val.articles ?? []), statistics: shallowReactive(val.statistics ?? []) } }