- Added AddressForm and CheckoutForm components for user input during checkout. - Implemented validation using Zod and VeeValidate for billing address fields. - Created OrderSummary and MockPayPalButton components for order confirmation and payment simulation. - Updated CartSheet and CartSidebar to navigate to the new checkout page at '/kasse'. - Introduced new API endpoints for validating checkout data and creating orders. - Enhanced user experience with responsive design and error handling. These changes complete the checkout functionality, allowing users to enter billing information, simulate payment, and confirm orders.
6 lines
291 B
TypeScript
6 lines
291 B
TypeScript
export { default as Select } from './Select.vue'
|
|
export { default as SelectTrigger } from './SelectTrigger.vue'
|
|
export { default as SelectValue } from './SelectValue.vue'
|
|
export { default as SelectContent } from './SelectContent.vue'
|
|
export { default as SelectItem } from './SelectItem.vue'
|