latest changes
This commit is contained in:
@ -8,6 +8,7 @@ import ContactView from '../views/contact/Contact.vue';
|
||||
import ImpressumView from '../views/impressum/Impressum.vue';
|
||||
import DataProtectionView from '../views/dataprotection/DataProtection.vue';
|
||||
import AgbView from '../views/agb/Agb.vue';
|
||||
import StoreView from '../views/store/StoreView.vue';
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHashHistory(),
|
||||
@ -52,6 +53,11 @@ const router = createRouter({
|
||||
name: 'agb',
|
||||
component: AgbView,
|
||||
},
|
||||
{
|
||||
path: '/store',
|
||||
name: 'store',
|
||||
component: StoreView,
|
||||
},
|
||||
]
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user