ladder orders!

This commit is contained in:
Tim Olson
2023-11-27 17:00:54 -04:00
parent d2db5dc4f7
commit 1dff2da3fe
8 changed files with 145 additions and 25 deletions

View File

@@ -28,7 +28,12 @@ const routes = [
// 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'),
component: () => import(/* webpackChunkName: "twap" */ '@/components/TimedOrder.vue'),
},
{
path: '/ladder',
name: 'Ladder',
component: () => import(/* webpackChunkName: "ladder" */ '@/components/LadderOrder.vue'),
},
{
path: '/vault',