From ad8cecc0f9cc4545417f725bb2da1212869d427a Mon Sep 17 00:00:00 2001 From: Kar Date: Tue, 8 Nov 2022 13:17:28 +0530 Subject: [PATCH] o --- src/pages/tmp1.vue | 42 ++++++++++++++++++++++++++++++++++++++++++ typed-router.d.ts | 1 + 2 files changed, 43 insertions(+) create mode 100644 src/pages/tmp1.vue diff --git a/src/pages/tmp1.vue b/src/pages/tmp1.vue new file mode 100644 index 0000000..026c320 --- /dev/null +++ b/src/pages/tmp1.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/typed-router.d.ts b/typed-router.d.ts index 1714847..55bf919 100644 --- a/typed-router.d.ts +++ b/typed-router.d.ts @@ -46,6 +46,7 @@ declare module 'vue-router/auto/routes' { '/notice/': RouteRecordInfo<'/notice/', '/notice', Record, Record>, '/notice/[id]': RouteRecordInfo<'/notice/[id]', '/notice/:id', { id: ParamValue }, { id: ParamValue }>, '/temp/google': RouteRecordInfo<'/temp/google', '/temp/google', Record, Record>, + '/tmp1': RouteRecordInfo<'/tmp1', '/tmp1', Record, Record>, } }