[WIP] Добавил квазаровскую пагинацию
This commit is contained in:
@@ -43,6 +43,11 @@
|
||||
@next-page="switchNextPage",
|
||||
@set-current-page="changeCurrentTablePage"
|
||||
)
|
||||
//- base-pagination(
|
||||
//- :max="paginationInfo.length",
|
||||
//- :value="currentTablePage",
|
||||
//- directionLinks
|
||||
//- )
|
||||
base-modal(
|
||||
v-model="showModal",
|
||||
:title="titleModal",
|
||||
@@ -69,6 +74,7 @@ import BaseModal from "@/components/base/BaseModal.vue";
|
||||
import ClientTableModal from "./ClientTableModal.vue";
|
||||
import FormCreateMedicalCard from "@/pages/clients/components/FormCreateMedicalCard";
|
||||
import BaseLoader from "@/components/Loader/BaseLoader.vue";
|
||||
import BasePagination from "@/components/base/BasePagination.vue";
|
||||
export default {
|
||||
name: "ClientsTable",
|
||||
components: {
|
||||
@@ -82,6 +88,7 @@ export default {
|
||||
ClientTableModal,
|
||||
FormCreateMedicalCard,
|
||||
BaseLoader,
|
||||
BasePagination,
|
||||
},
|
||||
props: {
|
||||
openForm: Function,
|
||||
|
||||
Reference in New Issue
Block a user