Skip to content

Commit

Permalink
chore: testing out auto types
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 23, 2024
1 parent 2d1dd2a commit 666c1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-router",
"version": "4.2.5",
"version": "4.3.0-alpha.1",
"main": "index.js",
"unpkg": "dist/vue-router.global.js",
"jsdelivr": "dist/vue-router.global.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/vue-router-auto-routes.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* Array of routes generated by unplugin-vue-router
*/
export const routes: any[]
export declare const routes: any[]

0 comments on commit 666c1c2

Please sign in to comment.