transactions are now printing to the page

This commit is contained in:
Annika
2022-07-11 15:12:27 -06:00
parent 10d044cb0e
commit 6455c02d5e
6 changed files with 86 additions and 19 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ const routes = [
{
path: '/transactions',
name: 'Transactions',
component: loadPage('TransactionsPage')
component: loadPage('TransactionsPage'),
beforeEnter: authGuard // this is important to keep the request from firing before the auth token is issued.
},
{
path: '/account',