Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active January 19, 2018 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/b97ebd6eef9c088b977367c84c6ce02c to your computer and use it in GitHub Desktop.
Save matthieu-D/b97ebd6eef9c088b977367c84c6ce02c to your computer and use it in GitHub Desktop.
declare var Vue: any;
import * as GeolocationService from '@ionic-native/geolocation';
const geolocation = new GeolocationService.Geolocation();
Vue.config.ignoredElements = ['ion-card', 'ion-card-content'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment