router file updated

This commit is contained in:
Peter Olu 2022-04-21 16:18:04 +01:00
parent 9515282593
commit e11ee9b16b

View File

@ -49,6 +49,16 @@ export const routesSelf: Array<RouteRecordRaw> = [
component: () =>
import(/* webpackChunkName: "layer" */ "@/views/Layer.vue"),
},
{
path: "/self/fullScroll",
name: "FullScroll",
meta: {
title: "fullscreen-sample",
headPath: "/mesh/controlPanel",
},
component: () =>
import(/* webpackChunkName: "layer" */ "@/views/FullScroll.vue"),
},
],
},
];