Scraping scene photos from Bang API.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user