Global import useIonRouter

Hi,
its possible globaly import useIonRouter from ‘@ionic/vue’ via main.js ?

similarly as they can be imported globally components:
in main.js file:

import { IonButton } from '@ionic/vue';
app.component('ion-button', IonButton);

thanks :slight_smile: