- add sitelink-view-component with portal REST requests
This commit is contained in:
parent
2c0c67cd64
commit
132edd4214
10 changed files with 216 additions and 15 deletions
|
@ -5,6 +5,7 @@ import SearchViewComponent from "@/views/search-view/search-view-component";
|
|||
import ServiceViewComponent from "@/views/services-view/service-view-component.vue";
|
||||
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";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
|
@ -37,6 +38,11 @@ const routes = [
|
|||
name: "Contact",
|
||||
component: ContactViewComponent,
|
||||
},
|
||||
{
|
||||
path: "/sitelinks",
|
||||
name: "Sitelinks",
|
||||
component: SitelinkViewComponent,
|
||||
},
|
||||
];
|
||||
|
||||
const router = createRouter({
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue