We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0ea00 commit c0e3bf9Copy full SHA for c0e3bf9
1 file changed
src/components/bestworst/ItemCard2.vue
@@ -10,7 +10,7 @@
10
</div>
11
12
<div class="is-size-7 has-text-gray-grey fit2box-center">
13
- {{ exampleMeta?.weight ? Math.round(exampleMeta?.weight * 10000.0) / 10000.0 : ''}}
+ {{ exampleMeta?.weight ? parseFloat(exampleMeta?.weight).toFixed(weightType == 'similarity' ? 3 : 5) : ''}}
14
|
15
<span class="is-italic">
16
{{ exampleMeta?.context?.biblio }}
0 commit comments