Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

query component. Get one JSON data, and change it to 3 views. #27

Merged
merged 5 commits into from
Oct 10, 2019
Merged

Conversation

Rackar
Copy link
Contributor

@Rackar Rackar commented Oct 10, 2019

change dev port 3000 to 3005.

@JohannesLichtenberger JohannesLichtenberger merged commit c6de9da into sirixdb:master Oct 10, 2019
@JohannesLichtenberger
Copy link
Member

Hi Rackar, thanks so much for all your work. We have a serious issue with Nuxt.js, TypeScript and Element-UI:

#18

Do you know if we can make a workaround here to fix this directly in the repository such that our Github Action doesn't fail? A strange thing is also that the Element-UI repository hasn't been updated since 24 days.

@JohannesLichtenberger
Copy link
Member

Hey, currently I'm getting an error:

` ERROR ERROR in /home/johannes/sirix-web-frontend/pages/query/index.vue(91,9): nuxt:typescript 08:49:18
91:9 Type 'any[]' is not assignable to type 'never[]'.
Type 'any' is not assignable to type 'never'.
89 | data: json
90 | };

91 | this.data = this.formatTree(data);
| ^
92 |
93 | this.XML = this.formatXML(data);
94 | });
`

@pareshjoshi
Copy link
Contributor

@JohannesLichtenberger every new change is breaking the functionality.

@Rackar - does this work for you locally?

@JohannesLichtenberger
Copy link
Member

I've fixed it... but we need more type information (not any, I guess).

@Rackar
Copy link
Contributor Author

Rackar commented Oct 10, 2019

Is there any problem yet? Nuxt.js has already defined a loading component, I think we can just change the link to fix. I can't see the error message now.

@Rackar
Copy link
Contributor Author

Rackar commented Oct 10, 2019

Hi Rackar, thanks so much for all your work. We have a serious issue with Nuxt.js, TypeScript and Element-UI:

#18

Do you know if we can make a workaround here to fix this directly in the repository such that our Github Action doesn't fail? A strange thing is also that the Element-UI repository hasn't been updated since 24 days.

Action failed because there is no test script. Element is wonderful. Many small problem caused by TS and Nuxt.js.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants