We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf871b3 commit 4511f39Copy full SHA for 4511f39
src/entries/esm.js
@@ -3,6 +3,8 @@ import VueRouter from '../router'
3
export const version = '__VERSION__'
4
export { isNavigationFailure, NavigationFailureType } from '../util/errors'
5
export { START as START_LOCATION } from '../util/route'
6
+export { default as RouterLink } from '../components/link'
7
+export { default as RouterView } from '../components/view'
8
9
// we can't add the other composables here because people could still be using an older version of vue and that would
10
// create a compilation error trying to import from vue
0 commit comments