- new imprint-view-component
This commit is contained in:
parent
132edd4214
commit
8cb8f29e5e
6 changed files with 83 additions and 5 deletions
|
@ -6,6 +6,7 @@ import ServiceViewComponent from "@/views/services-view/service-view-component.v
|
|||
import OaiViewComponent from "@/views/oai-view/oai-view-component.vue";
|
||||
import ContactViewComponent from "@/views/contact-view/contact-view-component.vue";
|
||||
import SitelinkViewComponent from "@/views/sitelink-view/sitelink-view-component.vue";
|
||||
import ImprintViewComponent from "@/views/imprint-view/imprint-view-component.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
|
@ -43,6 +44,11 @@ const routes = [
|
|||
name: "Sitelinks",
|
||||
component: SitelinkViewComponent,
|
||||
},
|
||||
{
|
||||
path: "/imprint",
|
||||
name: "Imprint",
|
||||
component: ImprintViewComponent,
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue