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
I was upgrading an existing Spark install to use Laravel 5.3 and after installing Echo got the error:
next is not a function
So I upgraded vue-resource to 0.9.3 which got rid of the error. However, now any this.$http.get calls don't fire and no errors are thrown. It looks like any vue-resource version >= 0.8.0 has the same effect.
The text was updated successfully, but these errors were encountered:
I was upgrading an existing Spark install to use Laravel 5.3 and after installing Echo got the error:
So I upgraded
vue-resource
to 0.9.3 which got rid of the error. However, now anythis.$http.get
calls don't fire and no errors are thrown. It looks like anyvue-resource
version >= 0.8.0 has the same effect.The text was updated successfully, but these errors were encountered: