Ionic Vue Geolocation

Nvm, figured it out using this link: Capacitor - build cross platform apps with the web


Hello,

Just getting started with Ionic (using Vue). I am following along with the video here Getting Started with Ionic Vue - YouTube

The video adds geolocation to a ionic vue app, however when I follow along it tells me that it is deprecated and to import the plugin directly. I looked it up in the docs but it only has angular and react usage and nothing for vue. Where can I find info on doing this for vue?

“vue”: “^3.0.0-0”,
@ionic/vue”: “^5.4.0”
@ionic-native/geolocation”: “^5.33.1”,