Merge pull request #3 from hexschool/develop #2
Annotations
10 errors
deploy:
src/composables/countdownActivity.ts#L11
Parameter 'callback' implicitly has an 'any' type.
|
deploy:
src/composables/countdownActivity.ts#L14
Parameter 'x' implicitly has an 'any' type.
|
deploy:
src/components/AppLayout.vue#L168
Parameter 'course' implicitly has an 'any' type.
|
deploy:
src/components/AppLayout.vue#L208
Parameter 'updatedDeadline' implicitly has an 'any' type.
|
deploy:
src/components/AppCard.vue#L28
Parameter 'id' implicitly has an 'any' type.
|
deploy:
src/components/AppCard.vue#L31
Parameter 'id' implicitly has an 'any' type.
|
deploy:
src/components/AppCard.vue#L36
Parameter 'id' implicitly has an 'any' type.
|
deploy:
src/components/AppCard.vue#L53
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{ HTML: string; Bootstrap: string; JS: string; Vue: string; React: string; Node: string; UI: string; default: string; }'.
|
deploy:
src/components/AppPagination.vue#L21
Parameter 'newPage' implicitly has an 'any' type.
|
deploy:
src/views/HomeView.vue#L35
Property 'course_tag' does not exist on type 'never'.
|