some mobile

This commit is contained in:
Vladimir Voronin
2024-10-25 01:15:27 +03:00
parent bfa1500b99
commit aed83364a4
9 changed files with 171 additions and 17 deletions

View File

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