Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created March 30, 2018 18:19
Show Gist options
  • Save SaraVieira/34829e1ccdbf60a9b35b8bef87428294 to your computer and use it in GitHub Desktop.
Save SaraVieira/34829e1ccdbf60a9b35b8bef87428294 to your computer and use it in GitHub Desktop.
new Vue({
el: "#app",
components: { App },
provide: apolloProvider.provide(),
template: "<App/>"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment