Update func.ts
This commit is contained in:
@@ -65,7 +65,7 @@ export function getDefaultDict(val: Partial<Dict> = {}): Dict {
|
||||
complete: false,
|
||||
...val,
|
||||
words: shallowReactive(val.words ?? []),
|
||||
list: shallowReactive(val.articles ?? []),
|
||||
articles: shallowReactive(val.articles ?? []),
|
||||
statistics: shallowReactive(val.statistics ?? [])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user