UNPKG

@esmx/router-vue

Version:

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

16 lines (15 loc) 352 B
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';