Добавлена таблица клиентов и popup окно для удаления и редактирования клиента
This commit is contained in:
14
src/pages/clients/components/ClientsWrapper.vue
Normal file
14
src/pages/clients/components/ClientsWrapper.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template lang="pug">
|
||||
.flex.w-full.mx-6
|
||||
clients-table
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ClientsTable from "@/pages/clients/components/ClientsTable";
|
||||
export default {
|
||||
name: "ClientsWrapper",
|
||||
components: { ClientsTable },
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped></style>
|
||||
Reference in New Issue
Block a user