@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
TypeScript
export { RouterPlugin } from './plugin';
export { RouterLink } from './router-link';
export { RouterView } from './router-view';
export { getRoute, getRouter, getRouterViewDepth, useLink, useProvideRouter, useRoute, useRouter, useRouterViewDepth } from './use';
export type * from './vue2';
export type * from './vue3';