- add dataset-detail.component
- add named router links
This commit is contained in:
parent
81153061ac
commit
480362e5b7
8 changed files with 133 additions and 8 deletions
|
@ -8,6 +8,7 @@ import ContactViewComponent from "@/views/contact-view/contact-view-component.vu
|
|||
import SitelinkViewComponent from "@/views/sitelink-view/sitelink-view-component.vue";
|
||||
import ImprintViewComponent from "@/views/imprint-view/imprint-view-component.vue";
|
||||
import TermsViewComponent from "@/views/terms-view/terms-view-component.vue";
|
||||
import DatasetDetailComponent from "@/views/dataset-detail.component.ts/dataset-detail.component.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
|
@ -25,6 +26,12 @@ const routes = [
|
|||
name: "Search",
|
||||
component: SearchViewComponent,
|
||||
},
|
||||
{
|
||||
path: "/dataset/:datasetId",
|
||||
name: "dataset",
|
||||
component: DatasetDetailComponent,
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: "/services",
|
||||
name: "Services",
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue