fix: cart and products

This commit is contained in:
2026-04-16 12:58:49 +02:00
parent 9b525f06cd
commit fdd3644ec5
11 changed files with 659 additions and 303 deletions

1
bo/components.d.ts vendored
View File

@@ -73,6 +73,7 @@ declare module 'vue' {
UTable: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Table.vue')['default']
UTabs: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Tabs.vue')['default']
UTextarea: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Textarea.vue')['default']
UTooltip: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Tooltip.vue')['default']
UTree: typeof import('./node_modules/@nuxt/ui/dist/runtime/components/Tree.vue')['default']
}
}