[Vuejs]-How to use Graphql Vue Apollo on older IOS / older browser?

0👍

Ok, after debugging it for two days, I finally found out the issue. So it turns out that i need to add and configure babel/polyfill as well in order to make it works, and add it to the entry point of my app.

Hope everyone who has the same issue can learn from my mistake lol

Leave a comment