feat: add GeneralView

This commit is contained in:
Sebin Nyshkim 2022-09-28 01:50:33 +02:00
parent 4db52d81dc
commit 33c4cc6c37
2 changed files with 108 additions and 0 deletions

View file

@ -12,6 +12,14 @@ const router = createRouter({
title: "Home",
},
},
{
path: "/general",
name: "general",
component: () => import("@/views/GeneralView.vue"),
meta: {
title: "General",
},
},
{
path: "/anatomy",
name: "anatomy",