diff --git a/src/pages/js.vue b/src/pages/js.vue new file mode 100644 index 0000000..7d0e83a --- /dev/null +++ b/src/pages/js.vue @@ -0,0 +1,12 @@ + + \ No newline at end of file diff --git a/typed-router.d.ts b/typed-router.d.ts index d424d94..5130b17 100644 --- a/typed-router.d.ts +++ b/typed-router.d.ts @@ -44,6 +44,7 @@ declare module 'vue-router/auto/routes' { '/documents/[id]': RouteRecordInfo<'/documents/[id]', '/documents/:id', { id: ParamValue }, { id: ParamValue }>, '/gallery': RouteRecordInfo<'/gallery', '/gallery', Record, Record>, '/index2': RouteRecordInfo<'/index2', '/index2', Record, Record>, + '/js': RouteRecordInfo<'/js', '/js', Record, Record>, '/nn/': RouteRecordInfo<'/nn/', '/nn', Record, Record>, '/nn/[id]': RouteRecordInfo<'/nn/[id]', '/nn/:id', { id: ParamValue }, { id: ParamValue }>, '/notice/': RouteRecordInfo<'/notice/', '/notice', Record, Record>,