refactor: 重构国际化加载逻辑为 JSON 格式 #931
Annotations
5 errors
|
Build
Process completed with exit code 2.
|
|
Build:
src/store/modules/notification.ts#L57
Type '() => { id: string; content: string; type: string; status: boolean; collected: boolean; date: string; quality: string; }[]' is not assignable to type '{ id: string; content: string; type: string; status: boolean; collected: boolean; date: string; quality: string; }[]'.
|
|
Build:
src/pages/detail/secondary/index.vue#L120
Argument of type '{ id: string; content: string; type: string; status: boolean; collected: boolean; date: string; quality: string; }[]' is not assignable to parameter of type '() => { id: string; content: string; type: string; status: boolean; collected: boolean; date: string; quality: string; }[]'.
|
|
Build:
src/pages/detail/secondary/index.vue#L108
Argument of type '{ id: string; content: string; type: string; status: boolean; collected: boolean; date: string; quality: string; }[]' is not assignable to parameter of type '() => { id: string; content: string; type: string; status: boolean; collected: boolean; date: string; quality: string; }[]'.
|
|
Build:
src/layouts/components/Notice.vue#L74
Argument of type '{ id: string; content: string; type: string; status: boolean; collected: boolean; date: string; quality: string; }[]' is not assignable to parameter of type '() => { id: string; content: string; type: string; status: boolean; collected: boolean; date: string; quality: string; }[]'.
|
Loading