@esmx/router-vue
Version:
Vue integration for @esmx/router - A universal router that works seamlessly with both Vue 2.7+ and Vue 3
19 lines (15 loc) • 355 B
text/typescript
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';