some mobile
This commit is contained in:
@@ -10,7 +10,7 @@ import TransactionList from "@/components/transactions/TransactionList.vue";
|
||||
|
||||
const routes = [
|
||||
|
||||
{path: '/', name: 'Budgets', component: BudgetList},
|
||||
{path: '/', name: 'Budgets main', component: BudgetList},
|
||||
{path: '/budgets', name: 'Budgets', component: BudgetList},
|
||||
{path: '/budgets/:id', name: 'BudgetView', component: BudgetView},
|
||||
{path: '/transactions/:mode*', name: 'Transaction List', component: TransactionList},
|
||||
|
||||
Reference in New Issue
Block a user