Skip to content

Commit 666c1c2

Browse files
committed
chore: testing out auto types
1 parent 2d1dd2a commit 666c1c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-router",
3-
"version": "4.2.5",
3+
"version": "4.3.0-alpha.1",
44
"main": "index.js",
55
"unpkg": "dist/vue-router.global.js",
66
"jsdelivr": "dist/vue-router.global.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* Array of routes generated by unplugin-vue-router
33
*/
4-
export const routes: any[]
4+
export declare const routes: any[]

0 commit comments

Comments
 (0)