Skip to content

Commit 47f0334

Browse files
committed
fix: allow pushing to auto routes
Fix #2656
1 parent ad6ba73 commit 47f0334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router/vue-router-auto-routes.d.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Router, RouteRecordRaw } from 'vue-router'
33
/**
44
* Array of routes generated by vue-router file based routing
55
*/
6-
export declare const routes: readonly RouteRecordRaw[]
6+
export declare const routes: RouteRecordRaw[]
77

88
/**
99
* Setups hot module replacement for routes.

0 commit comments

Comments
 (0)