- detailed help-view-component with titles and authors

- beginning search page styling
This commit is contained in:
Arno Kaimbacher 2021-12-07 12:22:25 +01:00
parent ed394e9587
commit 7cc4fc075c
7 changed files with 111 additions and 9 deletions

View file

@ -79,7 +79,7 @@
</div>
</template>
<script lang="ts">
<script lang="ts" scoped>
import HelpViewComponent from "./help-view-component";
export default HelpViewComponent;
</script>