UNPKG

@esmx/router-vue

Version:

Vue integration for @esmx/router - A universal router that works seamlessly with both Vue 2.7+ and Vue 3

7 lines (6 loc) 320 B
export type * from './vue2'; export type * from './vue3'; export { useRouter, useRoute, useProvideRouter, useLink, useRouterViewDepth, getRouterViewDepth, getRoute, getRouter } from './use'; export { RouterLink } from './router-link'; export { RouterView } from './router-view'; export { RouterPlugin } from './plugin';