mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 04:45:02 +00:00
Dashboard tweaks
This commit is contained in:
parent
3bd485e7e4
commit
5de6bf9cfa
4 changed files with 24 additions and 0 deletions
|
@ -64,10 +64,18 @@ export const router = new VueRouter({
|
|||
path: "",
|
||||
component: () => import("./components/dashboard/GuildList.vue"),
|
||||
},
|
||||
{
|
||||
path: "guilds/:guildId/info",
|
||||
component: () => import("./components/dashboard/GuildInfo.vue"),
|
||||
},
|
||||
{
|
||||
path: "guilds/:guildId/config",
|
||||
component: () => import("./components/dashboard/GuildConfigEditor.vue"),
|
||||
},
|
||||
{
|
||||
path: "guilds/:guildId/access",
|
||||
component: () => import("./components/dashboard/GuildAccess.vue"),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue