Добавлена таблица клиентов и popup окно для удаления и редактирования клиента
This commit is contained in:
14
src/pages/clients/components/ClientsTableCheckbox.vue
Normal file
14
src/pages/clients/components/ClientsTableCheckbox.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template lang="pug">
|
||||
input.checkbox(type="checkbox")
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "ClientsTableCheckBox",
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
.checkbox
|
||||
border-color: var(--font-grey-color)
|
||||
</style>
|
||||
Reference in New Issue
Block a user