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

Fix GET overload with config not typed #772

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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.

None yet

1 participant