- 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

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