Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nuxt build problem #1986

Merged
merged 1 commit into from Sep 5, 2022
Merged

Fix nuxt build problem #1986

merged 1 commit into from Sep 5, 2022

Conversation

Hironsan
Copy link
Member

@Hironsan Hironsan commented Sep 5, 2022

Fix the following problem:

#16 244.0 ERROR in pages/projects/index.vue:57:55
#16 244.0 TS2345: Argument of type 'Dictionary<string | (string | null)[]>' is not assignable to parameter of type 'SearchQueryData'.
#16 244.0   Type 'Dictionary<string | (string | null)[]>' is missing the following properties from type 'SearchQueryData': limit, offset
#16 244.0     55 |   async fetch() {
#16 244.0     56 |     this.isLoading = true
#16 244.0   > 57 |     this.projects = await this.$services.project.list(this.$route.query)
#16 244.0        |                                                       ^^^^^^^^^^^^^^^^^
#16 244.0     58 |     this.isLoading = false
#16 244.0     59 |   },
#16 244.0     60 |
#16 244.0 
#16 244.0  FATAL  Nuxt build error

@Hironsan Hironsan merged commit c023524 into master Sep 5, 2022
@Hironsan Hironsan deleted the fix/nuxtBuild branch September 5, 2022 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant