order status subscriptions

This commit is contained in:
Tim Olson
2023-11-06 23:49:08 -04:00
parent bec1b33d22
commit 754fd38301
6 changed files with 73 additions and 6 deletions

View File

@@ -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',