Added tag photos.

This commit is contained in:
DebaucheryLibrarian
2021-02-26 04:31:08 +01:00
parent 772fef5ff8
commit 34608fe0d7
31 changed files with 22 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ import Releases from '../releases/releases.vue';
async function search() {
const results = await this.$store.dispatch('search', {
query: this.query,
limit: 100,
limit: 10,
});
this.loading = false;