Skip to content

Commit

Permalink
feat(client): export useRoute and useRouter
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 5, 2024
1 parent c1dbc2c commit eb13cb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client/src/router/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export { useRoute, useRouter } from 'vue-router'

export * from './resolveRoute.js'
export * from './resolveRoutePath.js'
export * from './routes.js'

0 comments on commit eb13cb0

Please sign in to comment.