+
-
+
diff --git a/src/[...path].vue b/src/pages/[...path].vue
similarity index 100%
rename from src/[...path].vue
rename to src/pages/[...path].vue
diff --git a/typed-router.d.ts b/typed-router.d.ts
index da6dcb6..015cba8 100644
--- a/typed-router.d.ts
+++ b/typed-router.d.ts
@@ -18,6 +18,7 @@ declare module 'vue-router/auto-routes' {
* Route name map generated by unplugin-vue-router
*/
export interface RouteNamedMap {
+ '$Path': RouteRecordInfo<'$Path', '/:path(.*)', { path: ParamValue