Scraping scene photos from Bang API.

This commit is contained in:
DebaucheryLibrarian
2021-02-04 22:55:19 +01:00
parent 4594dbc763
commit f217b161b4
12 changed files with 39 additions and 15 deletions

View File

@@ -402,9 +402,9 @@ function showAlbum() {
}
async function watchRoute(to, from) {
if (to.params.pageNumber !== from.params.pageNumber) {
await this.fetchActor();
}
console.log(to, from);
await this.fetchActor();
}
async function mounted() {