Enhance market module with new chat and events features
- Introduce chat module with components, services, and composables for real-time messaging. - Implement events module with API service, components, and ticket purchasing functionality. - Update app configuration to include new modules and their respective settings. - Refactor existing components to integrate with the new chat and events features. - Enhance market store and services to support new functionalities and improve order management. - Update routing to accommodate new views for chat and events, ensuring seamless navigation.
This commit is contained in:
parent
519a9003d4
commit
e40ac91417
46 changed files with 6305 additions and 3264 deletions
2
src/modules/market/composables/index.ts
Normal file
2
src/modules/market/composables/index.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export { useMarket } from './useMarket'
|
||||
export { useMarketPreloader } from './useMarketPreloader'
|
||||
Loading…
Add table
Add a link
Reference in a new issue