Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Conversation

@devTeaa
Copy link

@devTeaa devTeaa commented Oct 26, 2022

The http get params not getting properly typed because of the 2nd params on first overload is assigned with any

Vue.http.get('something', { params: { foo: 'Foo' } }) // <-- the object is read as any

expected

Vue.http.get('something', { params: { foo: 'Foo' } }) // <-- the object should have autocomplete config

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.

1 participant