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 @@ + + + + Page loading ... + + + + {{ index }} - {{item}} + + + 1. {{site1}} fghfgxh + 1. {{site1[2].domain}} hjfghfgh + 1. {{site1[3].domain}} fghfgh + + + + + + + + \ 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>, } }