Reduced fields loaded by library tree view

This should improve performance a little for large libraries,
at the expense of loading when a property is selected
This commit is contained in:
Stefan Zermatten
2022-05-09 11:23:46 +02:00
parent 0b7c20e616
commit df7889edd9
3 changed files with 94 additions and 27 deletions

View File

@@ -21,7 +21,7 @@
</span>
</template>
<template v-else>
{{ model.stat || 'Attribute' }} damage
<span>{{ model.stat || 'Attribute' }} damage</span>
</template>
</div>
</div>