Update func.ts

This commit is contained in:
Zyronon
2025-08-12 11:41:00 +08:00
committed by GitHub
parent 6ff9b43b68
commit afe3512876

View File

@@ -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 ?? [])
}
}