WIP Подключила пагинацию на клиентов

This commit is contained in:
Daria Golova
2022-11-24 17:56:26 +03:00
parent 9a5a932f69
commit 5e11928fb3
7 changed files with 72 additions and 21 deletions

View File

@@ -53,7 +53,7 @@ export default {
this.$emit("search", this.searchClient);
},
resetLastName() {
this.$emit("reset-search", this.searchClient);
this.$emit("reset-search");
this.searchClient = "";
},
},