- npm updates
- optionally show open access button in search results
This commit is contained in:
parent
780bdbb4a4
commit
43ddbc4d71
32 changed files with 391 additions and 183 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue