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
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Not really, export default statement is used with the value that we want to be imported by default when someone else requires out module. So when we use require('vue-resource') expression, the default export from the module vue-resourse will be returned - plugin function.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
the example in docs about how to import the module:
but in source code, the moudle export like:
so actually we should use the module like:
What is Expected?
May be the docs should be updated?
docs
The text was updated successfully, but these errors were encountered: