Added filtered titles and secondary tags to manticore database.

This commit is contained in:
DebaucheryLibrarian
2024-02-09 22:30:38 +01:00
parent 31e884359e
commit fc0661804f
5 changed files with 77 additions and 59 deletions

View File

@@ -20,13 +20,13 @@ export default {
components: {
EntityTile,
},
emits: ['load'],
props: {
entity: {
type: Object,
default: null,
},
},
emits: ['load'],
};
</script>