feat: add GeneralView
This commit is contained in:
parent
4db52d81dc
commit
33c4cc6c37
2 changed files with 108 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue