forked from geolba/tethys.frontend
Initial minimap concept added to the dataset-detail
This commit is contained in:
parent
2d38b690fa
commit
ccf4e238f3
6 changed files with 52 additions and 2 deletions
|
|
@ -9,11 +9,13 @@ import { Suggestion } from "@/models/dataset";
|
|||
import { VUE_API } from "@/constants";
|
||||
// import DataMetricsBadge from "data-metrics-badge/dist/data-metrics-badge.js";
|
||||
// import DataMetricsBadge from "@/components/datacite/DataMetricsBadge.vue";
|
||||
import MapComponent from '@/components/MapComponent.vue';
|
||||
|
||||
@Component({
|
||||
name: "DatasetDetailComponent",
|
||||
components: {
|
||||
VsInput,
|
||||
MapComponent,
|
||||
// DataMetricsBadge,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue