- npm updates

- optionally show open access button in search results
This commit is contained in:
Arno Kaimbacher 2020-05-20 15:54:10 +02:00
parent 780bdbb4a4
commit 43ddbc4d71
32 changed files with 391 additions and 183 deletions

View file

@ -3,6 +3,8 @@ import { Component, Vue, Prop, Provide } from 'vue-property-decorator';
@Component
export default class VsResults extends Vue {
openAccessLicences: Array<string> = ['CC BY', 'CC BY-SA'];
@Prop()
data;