fixed stats and added views in researchComp
This commit is contained in:
@ -22,7 +22,7 @@ function format(date){
|
||||
}
|
||||
|
||||
|
||||
const emit = defineEmits(["downloadPdf","downloadBibTex"]);
|
||||
const emit = defineEmits(["modal-close","downloadPdf","downloadBibTex"]);
|
||||
|
||||
const target = ref(null)
|
||||
onClickOutside(target, ()=>emit('modal-close'))
|
||||
@ -42,6 +42,7 @@ onClickOutside(target, ()=>emit('modal-close'))
|
||||
<li>Language : {{article.language}}</li>
|
||||
<li>PaperType : {{article.paperType}}</li>
|
||||
<li>Domain : {{article.domain}}</li>
|
||||
<li>Views : {{article.views}}</li>
|
||||
<li>Access : {{article.access}}</li>
|
||||
</ul>
|
||||
<div id="downloads" v-if="article.pdfLocation !== null">
|
||||
|
Reference in New Issue
Block a user