3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-11 21:17:19 +00:00

feat(dashboard): add support for importing/exporting cases

This commit is contained in:
Dragory 2021-11-03 00:05:53 +02:00
parent 0da77a1a0e
commit 613f8a6f4d
9 changed files with 593 additions and 2 deletions

View file

@ -86,6 +86,10 @@ export const router = new VueRouter({
path: "guilds/:guildId/access",
component: () => import("./components/dashboard/GuildAccess.vue"),
},
{
path: "guilds/:guildId/import-export",
component: () => import("./components/dashboard/GuildImportExport.vue"),
},
],
},
],