Loading client/src/components/Citation/Citation.vue +3 −0 Original line number Diff line number Diff line Loading @@ -22,12 +22,15 @@ export default { props: { citation: { type: Object, required: true, }, outputFormat: { type: String, required: true, }, prefix: { type: String, default: "", }, }, computed: { Loading Loading
client/src/components/Citation/Citation.vue +3 −0 Original line number Diff line number Diff line Loading @@ -22,12 +22,15 @@ export default { props: { citation: { type: Object, required: true, }, outputFormat: { type: String, required: true, }, prefix: { type: String, default: "", }, }, computed: { Loading