- new landing page first draft

This commit is contained in:
Arno Kaimbacher 2020-03-06 15:39:05 +01:00
parent 42c1e5262b
commit a080faa91d
24 changed files with 320 additions and 101 deletions

View file

@ -1,12 +0,0 @@
import { Component, Vue, Prop } from 'vue-property-decorator';
@Component
export default class ShowDataset extends Vue {
@Prop()
dataset;
get results() {
return this.dataset;
};
}

View file

@ -1,7 +0,0 @@
<template>
<div class="search-detail">
<div>
<em>Author: {{ document.id }}</em>
</div>
</div>
</template>