This commit is contained in:
Daniel Cortés
2019-06-16 23:10:19 -04:00
parent 8051e92ca8
commit fd5cc9f5c3

View File

@@ -79,7 +79,7 @@ export default {
getUsers(to.query.page, (err, data) => { getUsers(to.query.page, (err, data) => {
this.setData(err, data); this.setData(err, data);
next(); next();
} });
}, },
methods: { methods: {
goToNext() { goToNext() {