Implemented houses
This commit is contained in:
@@ -3,6 +3,7 @@ import Createview from '../views/falukant/CreateView.vue';
|
||||
import FalukantOverviewView from '../views/falukant/OverviewView.vue';
|
||||
import MoneyHistoryView from '../views/falukant/MoneyHistoryView.vue';
|
||||
import FamilyView from '../views/falukant/FamilyView.vue';
|
||||
import HouseView from '../views/falukant/HouseView.vue';
|
||||
|
||||
const falukantRoutes = [
|
||||
{
|
||||
@@ -35,6 +36,12 @@ const falukantRoutes = [
|
||||
component: FamilyView,
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/falukant/house',
|
||||
name: 'HouseView',
|
||||
component: HouseView,
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
];
|
||||
|
||||
export default falukantRoutes;
|
||||
|
||||
Reference in New Issue
Block a user