Added Productcategories

This commit is contained in:
2024-09-18 20:00:12 +02:00
parent 1e4d0153b4
commit c546e2cf3c
5 changed files with 449 additions and 53 deletions

View File

@@ -149,11 +149,15 @@ const links = computed(() => {
icon: "i-heroicons-clipboard-document",
children: [
{
label: "Artikelstamm",
label: "Artikel",
to: "/products",
icon: "i-heroicons-puzzle-piece"
},{
label: "Leistungsstamm",
label: "Artikelkategorien",
to: "/productcategories",
icon: "i-heroicons-puzzle-piece"
},{
label: "Leistungen",
to: "/services",
icon: "i-heroicons-puzzle-piece"
},