diff --git a/src/modules/market/components/CategoryInput.vue b/src/modules/market/components/CategoryInput.vue new file mode 100644 index 0000000..e836320 --- /dev/null +++ b/src/modules/market/components/CategoryInput.vue @@ -0,0 +1,286 @@ + + + + + \ No newline at end of file diff --git a/src/modules/market/components/CreateProductDialog.vue b/src/modules/market/components/CreateProductDialog.vue index de94285..b1f07c5 100644 --- a/src/modules/market/components/CreateProductDialog.vue +++ b/src/modules/market/components/CreateProductDialog.vue @@ -104,14 +104,19 @@ - + Categories Add categories to help customers find your product -
- -

Category management coming soon

-
+ + +
@@ -202,6 +207,7 @@ import { Input } from '@/components/ui/input' import { Label } from '@/components/ui/label' import { Textarea } from '@/components/ui/textarea' import { Checkbox } from '@/components/ui/checkbox' +import CategoryInput from './CategoryInput.vue' import { FormControl, FormDescription,