featuresディレクトリを導入 #466
Annotations
10 errors and 1 warning
src/components/transactions/TransactionItem.vue#L2
Cannot find module '/@/lib/apiTypes' or its corresponding type declarations.
|
src/components/transactionDetail/TransactionDetail.vue#L5
Cannot find module '/@/lib/apiTypes' or its corresponding type declarations.
|
src/components/transactionDetail/EditTransactionForm.vue#L7
Cannot find module '/@/lib/apiTypes' or its corresponding type declarations.
|
src/pages/TransactionDetailPage.vue#L11
Cannot find module '/@/lib/apiTypes' or its corresponding type declarations.
|
src/pages/TransactionDetailPage.vue#L13
Module '"/@/lib/date"' has no exported member 'convertTransaction'.
|
src/pages/NewTransactionPage.vue#L21
Property 'fetchUsers' does not exist on type '_StoreWithState<"user", _UnwrapAll<Pick<{ me: Ref<User | undefined>; users: Ref<{ id: string; name: string; displayName: string; admin: boolean; }[]>; isAdmin: ComputedRef<boolean>; userOptions: ComputedRef<...>; isUserFetched: Ref<...>; isMeFetched: Ref<...>; userMap: ComputedRef<...>; }, "me" | ... 2 more ... | "i...'.
|
src/pages/NewTransactionPage.vue#L22
Property 'fetchTags' does not exist on type '_StoreWithState<"tag", _UnwrapAll<Pick<{ tags: Ref<{ id: string; name: string; }[]>; isTagFetched: Ref<boolean>; tagOptions: ComputedRef<{ key: string; value: { id: string; name: string; }; }[]>; tagIdOptions: ComputedRef<...>; }, "tags" | "isTagFetched">>, Pick<...>, Pick<...>> & { ...; } & _StoreWithGetters<...> &...'.
|
src/pages/NewTransactionPage.vue#L23
Property 'fetchGroups' does not exist on type '_StoreWithState<"group", _UnwrapAll<Pick<{ groups: Ref<{ id: string; name: string; description: string; budget: number; createdAt: { get: (unit: keyof DateTime) => number; readonly isValid: boolean; readonly invalidReason: string | null; ... 69 more ...; toRelativeCalendar: (options?: ToRelativeCalendarOptions | und...'.
|
src/pages/TransactionsPage.vue#L27
Property 'fetchTags' does not exist on type '_StoreWithState<"tag", _UnwrapAll<Pick<{ tags: Ref<{ id: string; name: string; }[]>; isTagFetched: Ref<boolean>; tagOptions: ComputedRef<{ key: string; value: { id: string; name: string; }; }[]>; tagIdOptions: ComputedRef<...>; }, "tags" | "isTagFetched">>, Pick<...>, Pick<...>> & { ...; } & _StoreWithGetters<...> &...'.
|
src/pages/TransactionsPage.vue#L28
Property 'fetchGroups' does not exist on type '_StoreWithState<"group", _UnwrapAll<Pick<{ groups: Ref<{ id: string; name: string; description: string; budget: number; createdAt: { get: (unit: keyof DateTime) => number; readonly isValid: boolean; readonly invalidReason: string | null; ... 69 more ...; toRelativeCalendar: (options?: ToRelativeCalendarOptions | und...'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading