order status subscriptions
This commit is contained in:
@@ -22,6 +22,14 @@ const routes = [
|
||||
// which is lazy-loaded when the route is visited.
|
||||
component: () => import(/* webpackChunkName: "ordersview" */ '@/views/OrdersView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/twap',
|
||||
name: 'TWAP',
|
||||
// route level code-splitting
|
||||
// this generates a separate chunk (about.[hash].js) for this route
|
||||
// which is lazy-loaded when the route is visited.
|
||||
component: () => import(/* webpackChunkName: "ordersview" */ '@/views/TwapView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/vault',
|
||||
name: 'Vault',
|
||||
|
||||
Reference in New Issue
Block a user