From 6e085a34ab0491a70e2585895cf6694cecba3752 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Thu, 10 Oct 2024 23:12:18 +0200 Subject: [PATCH] feat: category delete --- src/components/CategoriesTable.vue | 50 ++++++++++++++++++++++++++---- src/components/CategoryCreate.vue | 5 +-- src/stores/categories.ts | 9 +++++- src/views/CategoriesView.vue | 6 ++-- 4 files changed, 59 insertions(+), 11 deletions(-) diff --git a/src/components/CategoriesTable.vue b/src/components/CategoriesTable.vue index 1eb919c..cdc6964 100644 --- a/src/components/CategoriesTable.vue +++ b/src/components/CategoriesTable.vue @@ -1,9 +1,37 @@