You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the "customHeaders" prop and directly include the header json or you can also bind the prop with :customHeaders and call a function (must return obj)
eg.
// example 1 - direct attribute
customHeaders="{ 'Content-Type': 'application/json'}"
// example 2 - bind prop & function usage
:customHeaders="someFunction"
How to add headers in vue2-autocomplete-js url request
The text was updated successfully, but these errors were encountered: