display versions and filtered feed
This commit is contained in:
parent
033504b8d8
commit
e4c6ae836d
6 changed files with 166 additions and 4 deletions
|
@ -652,6 +652,11 @@ const router = createRouter({
|
|||
name: "account-administration",
|
||||
component: () => import("@/views/account/Administration.vue"),
|
||||
},
|
||||
{
|
||||
path: "version",
|
||||
name: "account-version",
|
||||
component: () => import("@/views/account/VersionDisplay.vue"),
|
||||
},
|
||||
{
|
||||
path: ":pathMatch(.*)*",
|
||||
name: "account-404",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue