[Vuejs]-Function assigned to Vue.prototype returns unresolved Promise

0👍

It could be several things depending on where you’re setting the function and how you’re handling the return. The response that you’re getting looks somewhat like an unresolved Promise. Are you making sure to resolve the network response before setting it in your Vue.prototype?

Leave a comment