refactor: move /users into vue component (#3463)
This commit is contained in:
@@ -148,15 +148,6 @@ const routes = [
|
||||
scripts: ['/static/js/admin.js']
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/users',
|
||||
name: 'Users',
|
||||
component: DynamicComponent,
|
||||
props: {
|
||||
fetchUrl: '/users',
|
||||
scripts: ['/static/js/users.js']
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/extensions',
|
||||
name: 'Extensions',
|
||||
@@ -208,6 +199,11 @@ const routes = [
|
||||
path: '/wallets',
|
||||
name: 'Wallets',
|
||||
component: PageWallets
|
||||
},
|
||||
{
|
||||
path: '/users',
|
||||
name: 'Users',
|
||||
component: PageUsers
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user