- further views: help-view.component, oai-view-component

- new .card header images
This commit is contained in:
Arno Kaimbacher 2021-11-25 12:08:58 +01:00
commit b120650121
18 changed files with 429 additions and 112 deletions

View file

@ -1,9 +0,0 @@
import { Options, Vue } from "vue-class-component";
// import { Prop } from "vue-property-decorator";
@Options({
name: "MapViewComponent",
})
export default class MapViewComponent extends Vue {
results: Array<any> = [];
}