We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6ba73 commit 47f0334Copy full SHA for 47f0334
packages/router/vue-router-auto-routes.d.mts
@@ -3,7 +3,7 @@ import type { Router, RouteRecordRaw } from 'vue-router'
3
/**
4
* Array of routes generated by vue-router file based routing
5
*/
6
-export declare const routes: readonly RouteRecordRaw[]
+export declare const routes: RouteRecordRaw[]
7
8
9
* Setups hot module replacement for routes.
0 commit comments