Added profile scraping and Hoby Buchanon to Team Skeet.

This commit is contained in:
DebaucheryLibrarian
2020-07-23 04:29:46 +02:00
parent 9ef5ea8fb6
commit 23e4f87af0
96 changed files with 726 additions and 189 deletions

View File

@@ -156,7 +156,7 @@ export default {
return {
entity: null,
totalCount: null,
limit: 20,
limit: Number(this.$route.query.limit) || 20,
expanded: false,
};
},