- 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
parent 8590fa755b
commit b120650121
18 changed files with 429 additions and 112 deletions

View file

@ -0,0 +1,6 @@
import { Options, Vue } from "vue-class-component";
@Options({
name: "ServiceViewComponent",
})
export default class ServiceViewComponent extends Vue {}