mirror of
https://github.com/tompro/sattle.git
synced 2026-08-27 07:15:59 +00:00
feat: manage mints and move funds settings pages
This commit is contained in:
@@ -7,6 +7,14 @@ const routes: RouteRecordRaw[] = [
|
||||
children: [
|
||||
{ path: '', component: () => import('@/pages/IndexPage.vue') },
|
||||
{ path: 'settings', component: () => import('@/pages/SettingsPage.vue') },
|
||||
{
|
||||
path: 'settings/mints',
|
||||
component: () => import('@/pages/ManageMintsPage.vue'),
|
||||
},
|
||||
{
|
||||
path: 'settings/move',
|
||||
component: () => import('@/pages/MoveFundsPage.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user