fixed spelling mistake
This commit is contained in:
@ -46,9 +46,7 @@ onClickOutside(target, ()=>emit('modal-close'))
|
||||
</ul>
|
||||
<div id="downloads" v-if="article.pdfLocation !== null">
|
||||
<button @click.stop="emit('downloadBibTex')">Download BibTex</button>
|
||||
<form method="get" :action=article.pdfLocation>
|
||||
<button @click.stop="emit('downloadPdf', article)">Download Research</button>
|
||||
</form>
|
||||
<button @click.stop="emit('downloadPdf')">Download Research</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user