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